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 <ysxsu...@hotmail.com> wrote:
> 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