Hi Hyun,
Lucene is a library and so does not log searches. You'd have to build it.
Plus in case you're looking at implementing things at that high a level, you
may instead use SOLR, though 'm not sure what's the stage of implementation
of your project. Incase you're yet to begin, you may look at S
Hi, how would you make Lucene leave a search log of
who searched what, when, etc (i.e. cookie, query, timestamp, etc)?
Is there a built-in Lucene function that allows me to do this,
Or is Lucene doing it already by default and I just can't find it?