Re: fq with standard request handler

2007-06-11 Thread Yonik Seeley
On 6/11/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: Hi, I'm trying to use 'fq' param (see http://wiki.apache.org/solr/CommonQueryParameters ) with the standard request handler, using a field that is defined as an integer (values 1 or 0), is indexed, and is stored. For some reason, these

Re: fq with standard request handler

2007-06-11 Thread Chris Hostetter
: er... since the second batch of queries returned no hits, does that : not indicate that the problem _isn't_ with fq? You practically : stripped it down to raw lucene territory here. yeah, i'm with mike ... if q=birds AND MyIntField:0 returns no hits, it doesn't suprise me that q=birds&fq=MyInt

Re: fq with standard request handler

2007-06-11 Thread Mike Klaas
On 11-Jun-07, at 7:22 PM, Otis Gospodnetic wrote: I'm trying to use 'fq' param (see http://wiki.apache.org/solr/ CommonQueryParameters ) with the standard request handler, using a field that is defined as an integer (values 1 or 0), is indexed, and is stored. For some reason, these two retu

fq with standard request handler

2007-06-11 Thread Otis Gospodnetic
Hi, I'm trying to use 'fq' param (see http://wiki.apache.org/solr/CommonQueryParameters ) with the standard request handler, using a field that is defined as an integer (values 1 or 0), is indexed, and is stored. For some reason, these two return no hits, even though I do have MyIntField with