QueryParser treatment of unescaped internal operators
-----------------------------------------------------
Key: LUCENE-2916
URL: https://issues.apache.org/jira/browse/LUCENE-2916
Project: Lucene - Java
Issue Type: Bug
Components: QueryParser
Reporter: Yonik Seeley
Priority: Minor
myfield:foo-bar and myfield:foo+bar are treated as myfield:"foo-bar" and
myfield:"foo+bar"
but myfield:foo!bar is treated as myfield:foo -defaultfield:bar
Somewhat related, temp:70 works fine, but temp:-10 throws an exception. Many
people hit this and figure out how to work around it relatively quickly, but
just fixing the grammar to accept it might be better?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]