Can't really answer that question in the abstract. About all you can really do is monitor your caches (the admin stats page helps) and note if/when you start getting cache evictions and adjust then.
I really wouldn't worry about this unless and until you start getting query slowdowns, just go ahead and use combined filter queries instead (i.e. fq=(A OR B OR C).... Best Erick On Tue, Mar 8, 2011 at 12:15 PM, cyang2010 <ysxsu...@hotmail.com> wrote: > Erick, > > Thanks for reply. > > Is there anyway that i can instruct to combine seperate filter queries with > UNION result, without creating the 3rd filter query cache as I described > above? > > If not, shall I give up using filter query for such scenario (where i query > the same field with multiple value using OR) and using normal solr query > instead? At least solr query cache is lighter weighted than filter query > cache. > > What do you think? Thanks, > > > Carole > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/logical-relation-among-filter-queries-tp2649142p2651639.html > Sent from the Solr - User mailing list archive at Nabble.com. >