adjust default field

This commit is contained in:
t3chn0m4g3 2020-02-03 12:18:43 +00:00
parent 92c0543c55
commit b9da9f04af

View file

@ -5,7 +5,10 @@
"index.refresh_interval" : "5s",
"number_of_shards" : 1,
"index.number_of_replicas" : "0",
"index.mapping.total_fields.limit": "2000"
"index.mapping.total_fields.limit" : "2000",
"index.query": {
"default_field": "fields.*"
}
},
"mappings" : {
"dynamic_templates" : [ {