elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.21k stars 24.85k forks source link

"Did you mean" spellchecking #911

Closed sindresorhus closed 11 years ago

sindresorhus commented 13 years ago

Google's "Did you mean" feature is very useful. Would be awesome if ES could implement this.

Lucene has pulled in the SpellChecker contrib. Maybe ES could expose that?

Ex. if I specify suggestSimilar with some optional parameters in my search object I could get back an array with some suggestions.

schmurfy commented 11 years ago

seriously can we stop with the +1 ? There is a watch thread button at the bottom of the page if you want to be notified of any changes here which won't send a notification to anyone watching this.

clintongormley commented 11 years ago

See the suggest API added in 0.90

ymiao commented 7 years ago

does phrase suggester support Chinese ?