Re: fq syntax question

2012-05-17 Thread Chris Hostetter
: 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

Re: fq syntax question

2012-05-12 Thread Erick Erickson
=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

fq syntax question

2012-05-10 Thread anarchos78
//lucene.472066.n3.nabble.com/fq-syntax-question-tp3977899.html Sent from the Solr - User mailing list archive at Nabble.com.