[ 
https://issues.apache.org/jira/browse/LUCENE-7712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890142#comment-15890142
 ] 

Michael McCandless commented on LUCENE-7712:
--------------------------------------------

Hi [~dakrone] and [~dadoonet], I guess the challenge here is that the 
{{SimpleQueryParser}} accepts only integer {{~N}}, the edit distance, which can 
only be 1 or 2.

Maybe have {{~}} mean {{~2}}, accepting the maximum fuzziness?

> SimpleQueryString should support auto fuziness
> ----------------------------------------------
>
>                 Key: LUCENE-7712
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7712
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/queryparser
>            Reporter: David Pilato
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to