Oh, I completely misunderstood the original question. I thought the person was asking about sorting by click-count.
Otis --- David Spencer <[EMAIL PROTECTED]> wrote: > Otis Gospodnetic wrote: > > >Sure. > >On click, get document Id (not internal docId, but something you use > as > >s surrogate primary key) of the clicked document. Retrieve the > >document. Pull out the value of 'clickCount' field. +1 it. Delete > >the document, and re-add it (there is no 'update(Document)' method). > > > > > > Yeah but isn't the essence of it that Lucene is really not set up for > > dynamically adjusting the *score*? > Also, above, to clarify, I think you're implying there are 2 entries > for > given doc - one Document for the indexed content, and one for the > clickCount, as (from memory) I didn't think you could even re-add a > doc > w/o reindexing it... > > >Otis > > > > > >--- Centaur zeus <[EMAIL PROTECTED]> wrote: > > > > > >>Hi all, > >> > >>I want to integrate lucene into my web app. I would like to > increase > >>the > >>score of the document when more people click on it. Could I > implement > >>that > >>in lucene ? > >> > >>Thanks. > >> > >>Perseus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
