Phrase query used when the value is not in quotas
-------------------------------------------------
Key: SOLR-1505
URL: https://issues.apache.org/jira/browse/SOLR-1505
Project: Solr
Issue Type: Bug
Components: Analysis
Affects Versions: 1.4
Reporter: Alex Baranov
Example:
In query specified the next criteria: "title:water,ground" (note: the value is
not in quotas). For "title" field solr.PatternTokenizerFactory used with
pattern=", *". after analysis the phrase query used: title:"water ground" which
requires the presents of both words.
When value is not in quotas then phrase query shouldn't be used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.