mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Merge pull request #884 from untergeek/master
Purged the "fielddata" : {"format": "disabled"}
This commit is contained in:
commit
b722949128
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
"mapping" : {
|
||||
"type" : "multi_field",
|
||||
"fields" : {
|
||||
"{name}" : {"type": "string", "index" : "analyzed", "omit_norms" : true, "fielddata" : {"format": "disabled"}},
|
||||
"{name}" : {"type": "string", "index" : "analyzed", "omit_norms" : true },
|
||||
"raw" : {"type": "string", "index" : "not_analyzed", "ignore_above" : 256}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue