RE: Understanding multi-field queries with q and fq

2011-03-03 Thread mrw
@lucene.apache.org Subject: Re: Understanding multi-field queries with q and fq Anyone understand how to do boolean logic across multiple fields? Dismax is nice for searching multiple fields, but doesn't necessarily support our syntax requirements. eDismax appears to be not available until

Re: Understanding multi-field queries with q and fq

2011-03-02 Thread mrw
' clause (assuming we want to use the cache): q=*:*fq=(+All_Metadata:zeppelin AND (dog OR merle)+Text_English:zeppelin AND (dog OR merle)+Text_German:zeppelin AND (dog OR merle)) ? Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Understanding-multi-field

Re: Understanding multi-field queries with q and fq

2011-03-02 Thread Sujit Pal
://lucene.472066.n3.nabble.com/Understanding-multi-field-queries-with-q-and-fq-tp2528866p2619700.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Understanding multi-field queries with q and fq

2011-03-02 Thread Bob Sandiford
02, 2011 2:28 PM To: solr-user@lucene.apache.org Subject: Re: Understanding multi-field queries with q and fq Anyone understand how to do boolean logic across multiple fields? Dismax is nice for searching multiple fields, but doesn't necessarily support our syntax requirements. eDismax

Re: Understanding multi-field queries with q and fq

2011-02-28 Thread mrw
18, 2011 1:56:24 PM Subject: Understanding multi-field queries with q and fq After searching this list, Google, and looking through the Pugh book, I am a little confused about the right way to structure a query. The Packt book uses the example of the MusicBrainz DB full of song

Re: Understanding multi-field queries with q and fq

2011-02-20 Thread Otis Gospodnetic
search :: http://search-lucene.com/ - Original Message From: mrw mikerobertsw...@gmail.com To: solr-user@lucene.apache.org Sent: Fri, February 18, 2011 1:56:24 PM Subject: Understanding multi-field queries with q and fq After searching this list, Google, and looking through

Understanding multi-field queries with q and fq

2011-02-18 Thread mrw
: http://lucene.472066.n3.nabble.com/Understanding-multi-field-queries-with-q-and-fq-tp2528866p2528866.html Sent from the Solr - User mailing list archive at Nabble.com.