-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.7
-
Component/s: core/queryparser
-
Labels:None
-
Lucene Fields:New
It would be nice to add fuzzy query support to the SimpleQueryParser so that:
foo~2
generates a FuzzyQuery with an max edit distance of 2 and:
"foo bar"~2
generates a PhraseQuery with a slop of 2.