Re: Query results vs. facets results

2012-07-16 Thread tudor
Erick Erickson wrote > > Ahhh, you need to look down another few lines. When you specify fq, there > should be a section of the debug output like > > . > . > . > > > where the array is the parsed form of the filter queries. I was thinking > about > comparing that with the parsed form of

Re: Query results vs. facets results

2012-07-16 Thread Erick Erickson
Ahhh, you need to look down another few lines. When you specify fq, there should be a section of the debug output like . . . where the array is the parsed form of the filter queries. I was thinking about comparing that with the parsed form of the "q" parameter in the non-filter case to see

Re: Query results vs. facets results

2012-07-15 Thread tudor
Hi Erick, Thanks for the reply. The query: http://localhost:8983/solr/db/select?indent=on&version=2.2&q=CITY:MILTON&fq=&start=0&rows=10&fl=*&wt=&explainOther=&hl.fl=&group=true&group.field=ID&group.ngroups=true&group.truncate=true&debugQuery=on yields this in the debug section: CITY:MILT

Re: Query results vs. facets results

2012-07-15 Thread tudor
Hi Eric, Thanks for the reply. The query: http://localhost:8983/solr/db/select?indent=on&version=2.2&q=CITY:MILTON&fq=&start=0&rows=10&fl=*&wt=&explainOther=&hl.fl=&group=true&group.field=ID&group.ngroups=true&group.truncate=true&debugQuery=on yields this in the debug section: CITY:MILTO

Re: Query results vs. facets results

2012-07-15 Thread tudor
Hi Erick, Thanks for the reply. The query: http://localhost:8983/solr/db/select?indent=on&version=2.2&q=CITY:MILTON&fq=&start=0&rows=10&fl=*&wt=&explainOther=&hl.fl=&group=true&group.field=ID&group.ngroups=true&group.truncate=true&debugQuery=on yields this in the debug section: CITY:MILT

Re: Query results vs. facets results

2012-07-15 Thread tudor
Hi Eric, Thanks for the reply. The query: http://localhost:8983/solr/db/select?indent=on&version=2.2&q=CITY:MILTON&fq=&start=0&rows=10&fl=*&wt=&explainOther=&hl.fl=&group=true&group.field=ID&group.ngroups=true&group.truncate=true&debugQuery=on yields this in the debug section: CITY:MILTON C

Re: Query results vs. facets results

2012-07-15 Thread Erick Erickson
q and fq queries don't necessarily run through the same query parser, see: http://wiki.apache.org/solr/SimpleFacetParameters#facet.query_:_Arbitrary_Query_Faceting So try adding &debugQuery=on to both queries you submitted. My guess is that if you look at the parsed queries, you'll see something t