increase number of fields limit

#382
This commit is contained in:
listbot 2019-05-31 15:34:29 +00:00
parent 9edb84e3b4
commit 867bda6ad7
2 changed files with 8 additions and 2 deletions

View file

@ -4,7 +4,12 @@
"settings" : { "settings" : {
"index.refresh_interval" : "5s", "index.refresh_interval" : "5s",
"index.number_of_shards" : "1", "index.number_of_shards" : "1",
"index.number_of_replicas" : "0" "index.number_of_replicas" : "0",
"mapping" : {
"total_fields" : {
"limit" : "2000"
}
}
}, },
"mappings" : { "mappings" : {
"_default_" : { "_default_" : {

View file

@ -4,7 +4,8 @@
"settings" : { "settings" : {
"index.refresh_interval" : "5s", "index.refresh_interval" : "5s",
"index.number_of_shards" : "1", "index.number_of_shards" : "1",
"index.number_of_replicas" : "0" "index.number_of_replicas" : "0",
"index.mapping.total_fields.limit": "2000"
}, },
"mappings" : { "mappings" : {
"_default_" : { "_default_" : {