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
It appears that omitTermFreqAndPositions is indeed the culprit. I assume it has to do with the fact that the index parsing of BH-212 puts multiple terms in the same position. From: Kevin Osborn To: Solr Sent: Fri, February 12, 2010 5:28:08 PM Subject: cannot