Skip to content

Instantly share code, notes, and snippets.

@drpraxis
Created December 21, 2018 02:29
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 drpraxis/845389a9f935f81c6556bb0f606901d5 to your computer and use it in GitHub Desktop.
Save drpraxis/845389a9f935f81c6556bb0f606901d5 to your computer and use it in GitHub Desktop.
PUT /my-index
{
"settings": {
"index": {
"number_of_replicas": "0",
"number_of_shards": "1"
}
},
"mappings": {
"_doc": {
"properties": {
"message": {
"type": "text"
},
"query": {
"type": "percolator"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment