I'm confused about what your "variants of search criterias" are. Could you provide a few examples?
Also, if you can provide a higher-level statement of your problem, folks can often come up with alternate approaches. Best Erick On Tue, Sep 16, 2008 at 9:20 AM, nukie <[EMAIL PROTECTED]> wrote: > > 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. >