Currently I am hitting Lucene only 1 time per request, yes I have single
searcherManager instance which i am using to acquire/release per request. I
have 2 indexes, hence 2 searcherManager for respective indexReaders.
--
Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.ht
Sorry I was more asking about the number of hits that you ask for per
request rather than the request rate.
Regarding SearcherManager, I mostly wanted to make sure that you have a
single SearcherManager instance that all threads acquire an IndexSearcher
from. On the contrary to eg. having multiple