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

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to