Elastic Search - implement "Did you Mean"

Viewed 9180

We are trying to use Elastic Search in a Rails app and would like any input/code example on the implementation of "did you mean" feature. Essentially, we want to provide the end user an option to search for an alternate query like in google.

3 Answers
Related