match on phrase queries
It's really hard to help unless you include the analysis and query
schema for the field in question since so much of how things work
is dependent upon those choices. Also include the query you fire
at SOLR
I suspect that omitTermFreqAndPositions is irrelevant
It's really hard to help unless you include the analysis and query
schema for the field in question since so much of how things work
is dependent upon those choices. Also include the query you fire
at SOLR
I suspect that omitTermFreqAndPositions is irrelevant
Erick
On Fri, Feb 12, 2010 a
: cannot match on phrase queries
I am seeing this in several of my fields. I have something like "Samsung
X150" or "Nokia BH-212". And my query will not match on X150 or BH-212.
So, my query is something like +model:(Samsung X150). Through debugQuery, I see
that this gets converte
I am seeing this in several of my fields. I have something like "Samsung
X150" or "Nokia BH-212". And my query will not match on X150 or BH-212.
So, my query is something like +model:(Samsung X150). Through debugQuery, I see
that this gets converted to +(model:samsung model:"x 150"). It
matches