Re: fq= "more then one" ?

2014-06-24 Thread rulinma
good. -- View this message in context: http://lucene.472066.n3.nabble.com/fq-more-then-one-tp959849p4143943.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: fq= "more then one" ?

2010-07-12 Thread Jörg Agatz
OK... Thanks.. It works if i try it direktly.. but in PHP it dosent: *Warning*: file_get_contents(http://@mail.de OR EMAIL_HEADER_TO:t...@mail.de )) [ function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 400 Bad R

Re: fq= "more then one" ?

2010-07-12 Thread Rebecca Watson
oops - i thought you couldn't put more than one - ignore my answer then :) On 12 July 2010 17:20, Rebecca Watson wrote: > hi, > > you shouldn't have two fq parameters -- some solr params work like > that, but fq doesn't > >> http://172.20.1.33:8983/solr/select/?q=*:*&start=0&fq=EMAIL_HEADER_FROM:

Re: fq= "more then one" ?

2010-07-12 Thread Rebecca Watson
hi, you shouldn't have two fq parameters -- some solr params work like that, but fq doesn't > http://172.20.1.33:8983/solr/select/?q=*:*&start=0&fq=EMAIL_HEADER_FROM:t...@mail.de&fq=EMAIL_HEADER_TO:t...@mail.de you need to combine it into a single param i.e. try putting it as an "OR" or "AND" if

Re: fq= "more then one" ?

2010-07-12 Thread Chantal Ackermann
Hi Jörg, the filter queries are exclusive. You can specify as many as you want but everything that does not fit one of them will be excluded from your result. You can specify an OR clause in a single filter query to achieve what you want: fq=(EMAIL_HEADER_FROM:t...@mail.de OR EMAIL_HEADER_TO:t..

fq= "more then one" ?

2010-07-12 Thread Jörg Agatz
Hallo, i tryes to ceate a new Search for mails, and become a Problem.. If i search: http://172.20.1.33:8983/solr/select/?q=*:*&start=0&fq=EMAIL_HEADER_FROM:t...@mail.de it works, i only get E-Mails from t...@mail.de But i need something like That: http://172.20.1.33:8983/solr/select/?q=*:*&star