I was trying to trace through the calls in Lucene, and when I invoked the same query for the second time, scorer.score() is no longer called anymore, and the query returns very fast.
this seems to be even this case after I restarted tomcat, so I'm wondering: is the query cache persisted in Lucene? if so, how could I purge it? Thanks a lot Yang