Re: Matching an exact phrase in a text field

2012-11-07 Thread Christopher Gross
I do have the omit positions turned on...d'oh. So if I cut those out, then the region (and other similar fields) should work correctly? Thanks Jack! -- Chris On Wed, Nov 7, 2012 at 10:31 AM, Jack Krupansky wrote: > Try the Solr Admin Analysis page to see how your phrase and input text are > a

Re: Matching an exact phrase in a text field

2012-11-07 Thread Jack Krupansky
Try the Solr Admin Analysis page to see how your phrase and input text are actually being analyzed. Also add &debugQuery=true to your query and see what the "parsed" query looks like. And check to see that "North" and "America" are not mentioned in either your stop words or synonyms. Also, che