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).

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]

Reply via email to