Skip to content

Instantly share code, notes, and snippets.

@teebu
Created July 26, 2016 02:37
Show Gist options
  • Save teebu/17df16c8d7dcc24b07c31bbdf3c21d09 to your computer and use it in GitHub Desktop.
Save teebu/17df16c8d7dcc24b07c31bbdf3c21d09 to your computer and use it in GitHub Desktop.
suggest
"title-suggest": {
"type": "completion",
"analyzer": "simple",
"payloads": false,
"preserve_separators": true,
"preserve_position_increments": true,
"max_input_length": 30
},
"name-suggest": {
"type": "completion",
"analyzer": "simple",
"payloads": false,
"preserve_separators": true,
"preserve_position_increments": true,
"max_input_length": 20
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment