Re: question about syntax for multiple terms in filter query

2013-03-12 Thread Jack Krupansky
Filter query. -- Jack Krupansky -Original Message- From: geeky2 Sent: Tuesday, March 12, 2013 2:28 PM To: solr-user@lucene.apache.org Subject: Re: question about syntax for multiple terms in filter query jack, did you mean "function query" or filter query i was going

Re: question about syntax for multiple terms in filter query

2013-03-12 Thread geeky2
jack, did you mean "function query" or filter query i was going to do this in my request handler for parts +itemType:1 +sellingPrice:[1 TO *] -- View this message in context: http://lucene.472066.n3.nabble.com/question-about-syntax-for-multiple-terms-in-fi

Re: question about syntax for multiple terms in filter query

2013-03-12 Thread Jack Krupansky
So they definitely should be specified in a single function query. -- Jack Krupansky -Original Message- From: geeky2 Sent: Tuesday, March 12, 2013 1:30 PM To: solr-user@lucene.apache.org Subject: Re: question about syntax for multiple terms in filter query hello jack, yes - i will

Re: question about syntax for multiple terms in filter query

2013-03-12 Thread geeky2
hello jack, yes - i will always be using the two constraints at the same time. thank you again for the info. thx mark -- View this message in context: http://lucene.472066.n3.nabble.com/question-about-syntax-for-multiple-terms-in-filter-query-tp4046442p4046650.html Sent from the Solr

Re: question about syntax for multiple terms in filter query

2013-03-12 Thread Jack Krupansky
apply, make them separate filter queries. -- Jack Krupansky -Original Message- From: geeky2 Sent: Tuesday, March 12, 2013 12:48 AM To: solr-user@lucene.apache.org Subject: Re: question about syntax for multiple terms in filter query otis and jack - thank you VERY much for the feedback

Re: question about syntax for multiple terms in filter query

2013-03-11 Thread geeky2
this message in context: http://lucene.472066.n3.nabble.com/question-about-syntax-for-multiple-terms-in-filter-query-tp4046442p4046548.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: question about syntax for multiple terms in filter query

2013-03-11 Thread Jack Krupansky
is "query" in the sense of the URL query, not a Solr query. The "&" must be immediately followed by the parameter name and an "=". -- Jack Krupansky -Original Message- From: geeky2 Sent: Monday, March 11, 2013 4:41 PM To: solr-user@lucene.apache.org

Re: question about syntax for multiple terms in filter query

2013-03-11 Thread Otis Gospodnetic
fq=+term1:foo +term2:bar > > is there a reason why i would want to use one syntax over the other? > > does the first syntax support the "and" operand as well as the "&"? > > thx > mark > > > > > -- > View this message in context: >

question about syntax for multiple terms in filter query

2013-03-11 Thread geeky2
re a reason why i would want to use one syntax over the other? does the first syntax support the "and" operand as well as the "&"? thx mark -- View this message in context: http://lucene.472066.n3.nabble.com/question-about-syntax-for-multiple-terms-in-filter-query-tp404