-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: core/queryparser
-
Labels:None
-
Lucene Fields:New
Apparently the simpleQueryString query does not support auto fuziness as the query string does.
So foo:bar~1 works for both simple query string and query string queries.
But foo:bar~ works for query string query but not for simple query string query.