-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: core/queryparser
-
Labels:
-
Lucene Fields:New
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?