Merge pull request #880 from untergeek/master

Updated to correct sub-field naming, and add 0.90.8+ feature
This commit is contained in:
Jordan Sissel 2013-12-17 12:15:02 -08:00
commit 6d418809c2

View file

@ -21,8 +21,8 @@
"mapping" : {
"type" : "multi_field",
"fields" : {
"{name}" : {"type": "string", "index" : "analyzed", "omit_norms" : true, "index_options" : "docs"},
"{name}.raw" : {"type": "string", "index" : "not_analyzed", "ignore_above" : 256}
"{name}" : {"type": "string", "index" : "analyzed", "omit_norms" : true, "fielddata" : {"format": "disabled"}},
"raw" : {"type": "string", "index" : "not_analyzed", "ignore_above" : 256}
}
}
}