Purged the "fielddata" : {"format": "disabled"} as it needs more thorough testing before implementation.

This commit is contained in:
Aaron Mildenstein 2013-12-17 14:30:53 -06:00
parent 53e1d312f5
commit 14801d80be

View file

@ -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}
}
}