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 intersection among each filter query result?

&fq=rating:PG-13&fq=rating:R&q=*:*


How do i change it to union to include value for each filter query result?

Thanks.






--
View this message in context: 
http://lucene.472066.n3.nabble.com/logical-relation-among-filter-queries-tp2649142p2649142.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to