RE: Understanding multi-field queries with q and fq

2011-03-03 Thread mrw
gt; From: mrw [mailto:mikerobertsw...@gmail.com] >> Sent: Wednesday, March 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? &g

RE: Understanding multi-field queries with q and fq

2011-03-02 Thread Bob Sandiford
gt; Sent: Wednesday, March 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 nec

Re: Understanding multi-field queries with q and fq

2011-03-02 Thread Sujit Pal
ext for all three major fields in the 'fq' > > 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-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 mrw
rle)+Text_German:zeppelin AND (dog OR merle)) > > ? > > Thanks! > -- View this message in context: http://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-02-28 Thread mrw
--- Original Message >> From: mrw >> 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

Re: Understanding multi-field queries with q and fq

2011-02-20 Thread Otis Gospodnetic
ch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > From: mrw > 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,

Understanding multi-field queries with q and fq

2011-02-18 Thread mrw
View this message in context: 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.