Re: cannot match on phrase queries

2010-02-16 Thread Kevin Osborn
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

Re: cannot match on phrase queries

2010-02-13 Thread Erick Erickson
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

Re: cannot match on phrase queries

2010-02-12 Thread Kevin Osborn
: 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

cannot match on phrase queries

2010-02-12 Thread Kevin Osborn
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