Re: logical relation among filter queries

2011-03-08 Thread Erick Erickson
ery > 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. >

Re: logical relation among filter queries

2011-03-08 Thread cyang2010
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

Re: logical relation among filter queries

2011-03-08 Thread Erick Erickson
f the values out of > the same field, rating.   Therefore, i thought if the logical relation among > filter query is OR, it will control the number of distinct cache to be > distinct number of rating value. > > > Does it matter? > > -- > View this message in context: &g

Re: logical relation among filter queries

2011-03-08 Thread cyang2010
refore, i thought if the logical relation among filter query is OR, it will control the number of distinct cache to be distinct number of rating value. Does it matter? -- View this message in context: http://lucene.472066.n3.nabble.com/logical-relation-among-filter-queries-tp2649142p2649904.

Re: logical relation among filter queries

2011-03-07 Thread Jayendra Patil
you can use the boolean operators in the filter query. e.g. fq=rating:(PG-13 OR R) Regards, Jayendra On Mon, Mar 7, 2011 at 9:25 PM, cyang2010 wrote: > I wonder what is the logical relation among filter queries.  I can't find > much documentation on filter query. > > for ex

logical relation among filter queries

2011-03-07 Thread cyang2010
I wonder what is the logical relation among filter queries. I can't find much documentation on filter query. for example, i want to find all titles that is either PG-13 or R through filter query. The following query won't give me any result back. So I suppose by default it is in