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
: 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
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