Hi!
I'm writing application that should be using lucene for searching threw
~2000000 documents. 

Search criterias i'm collecting using BooleanQuery and ChainedFilter. 
Avarage search takes 150 ms, what is acceptable in my case.
But i should have hits count for ~20 more variants of search criterias (by
increasing search criterias count).  

This looks costly. I thougt about using current Hits as document space for
new, more detailed search. 
Is this possible or there is another performance tricks for getting hits
count ?
-- 
View this message in context: 
http://www.nabble.com/Using-Hits-as-document-space-for-new-search-tp19511672p19511672.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

Reply via email to