Re: How to make a search log

2010-10-12 Thread Anshum
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

How to make a search log

2010-10-12 Thread Hyun Joo Noh
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?