Skip to content

Instantly share code, notes, and snippets.

@loren
Created October 29, 2014 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loren/ccc146390f05f7e4df51 to your computer and use it in GitHub Desktop.
Save loren/ccc146390f05f7e4df51 to your computer and use it in GitHub Desktop.
Spelling suggestion based on bigram field
{
"suggest": {
"text": "jeferson memorial",
"suggestion": {
"phrase": {
"analyzer": "bigram_analyzer",
"field": "bigram",
"size": 1,
"direct_generator": [
{
"field": "bigram",
"prefix_len": 1
}
],
"highlight": {
"pre_tag": "<strong>",
"post_tag": "<\/strong>"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment