Skip to content

Instantly share code, notes, and snippets.

@bevans88
Created April 25, 2018 13:19
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 bevans88/a8236f28abb459dbf5e8ed179dec82a5 to your computer and use it in GitHub Desktop.
Save bevans88/a8236f28abb459dbf5e8ed179dec82a5 to your computer and use it in GitHub Desktop.
{
"index1": {
"settings": {
"index": {
"refresh_interval": "-1",
"number_of_shards": "1",
"provided_name": "index1",
"max_result_window": "2147483647",
"analysis": {
"analyzer": {
"charwidth_normalized_lowercase_keyword": {
"filter": [
"cjk_width",
"lowercase"
],
"type": "custom",
"tokenizer": "keyword"
}
}
},
"number_of_replicas": "1",
"queries": {
"cache": {
"enabled": "true"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment