Skip to content

Instantly share code, notes, and snippets.

@drusellers
Created March 15, 2019 15:08
Show Gist options
  • Select an option

  • Save drusellers/f11df46efca1ba9d40898e1d965b769c to your computer and use it in GitHub Desktop.

Select an option

Save drusellers/f11df46efca1ba9d40898e1d965b769c to your computer and use it in GitHub Desktop.
Type Ahead Post - Mapping 1
{
"mappings": {
"_doc": {
"properties": {
"name" : {
"type" : "text"
},
"handles": {
"type": "text"
}
}
}
},
"settings": {
"index" : {
"number_of_shards" : 1,
"number_of_replicas" : 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment