Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created June 30, 2017 13:54
Show Gist options
  • Select an option

  • Save selcukusta/b28e70d714614846640cda879351c77f to your computer and use it in GitHub Desktop.

Select an option

Save selcukusta/b28e70d714614846640cda879351c77f to your computer and use it in GitHub Desktop.
curl -X POST \
http://localhost:9200/suggest_sample_index/_search \
-H 'cache-control: no-cache' \
-H 'content-type: application/json' \
-d '{
"suggest": {
"title-suggest" : {
"prefix" : "do",
"completion" : {
"field" : "title_autocomplete"
}
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment