Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support FuzzySuggester for completion suggest #3465

Closed
spinscale opened this issue Aug 8, 2013 · 1 comment · Fixed by #3466
Closed

Support FuzzySuggester for completion suggest #3465

spinscale opened this issue Aug 8, 2013 · 1 comment · Fixed by #3466

Comments

@spinscale
Copy link
Contributor

Right now the completion suggester uses a custom version of the analyzing suggester. In order to improve completion queries we should support the fuzzy suggester as well.

@s1monw
Copy link
Contributor

s1monw commented Aug 12, 2013

I added the 0.90.4 flag I think we should backport it too!

spinscale added a commit that referenced this issue Aug 12, 2013
Added the FuzzySuggester in order to support completion queries

The following options have been added for the fuxxy suggester

* edit_distance: Maximum edit distance
* transpositions: Sets if transpositions should be counted as one or two changes
* min_prefix_len: Minimum length of the input before fuzzy suggestions are returned
* non_prefix_len: Minimum length of the input, which is not checked for fuzzy alternatives

Closes #3465
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Added the FuzzySuggester in order to support completion queries

The following options have been added for the fuxxy suggester

* edit_distance: Maximum edit distance
* transpositions: Sets if transpositions should be counted as one or two changes
* min_prefix_len: Minimum length of the input before fuzzy suggestions are returned
* non_prefix_len: Minimum length of the input, which is not checked for fuzzy alternatives

Closes elastic#3465
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants