: No. fq queries are standard syntax queries. But they can be arbitrarily
: complex, i.e. fq=model:(member OR new_member)
using param refrences, you can also do some interesting things like...
fq={!term f=model v=$model}&model=member
...which can come in handy for hardcoding certain rules
=model:member+model:new_member
> Is it possible to pass the fq parameter with alternative syntax like:
> fq=model=member&model= new_member or in other way?
> Thank you,
> Tom
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/fq-syntax-question-tp3977
//lucene.472066.n3.nabble.com/fq-syntax-question-tp3977899.html
Sent from the Solr - User mailing list archive at Nabble.com.