Re: Odd q.op=AND and fq interactions in Solr 1.3.0

2008-10-22 Thread Otis Gospodnetic
sday, October 22, 2008 5:26:03 AM > Subject: Re: Odd q.op=AND and fq interactions in Solr 1.3.0 > > > Thinking about this, I could work around it by quoting the facet value so > that the AND isn't inserted between tokens in the fq parameter. > > > jayson.minard wr

Re: Odd q.op=AND and fq interactions in Solr 1.3.0

2008-10-22 Thread jayson.minard
Thinking about this, I could work around it by quoting the facet value so that the AND isn't inserted between tokens in the fq parameter. jayson.minard wrote: > > BY the way, the fq parameter is being used to apply a facet value as a > refinement which is why it is not tokenized and is a stri

Re: Odd q.op=AND and fq interactions in Solr 1.3.0

2008-10-22 Thread jayson.minard
BY the way, the fq parameter is being used to apply a facet value as a refinement which is why it is not tokenized and is a string. jayson.minard wrote: > > I am seeing odd behavior where a query such as: > > http://localhost:8983/solr/select/?q=moss&version=2.2&start=0&rows=10&indent=on&fq=do

Odd q.op=AND and fq interactions in Solr 1.3.0

2008-10-22 Thread jayson.minard
I am seeing odd behavior where a query such as: http://localhost:8983/solr/select/?q=moss&version=2.2&start=0&rows=10&indent=on&fq=docType%3AFancy+Doc works until I add q.op=AND http://localhost:8983/solr/select/?q=moss&q.op=AND&version=2.2&start=0&rows=10&indent=on&fq=docType%3AFancy+Doc whic