Skip to content

Commit

Permalink
Merge pull request elastic#880 from untergeek/master
Browse files Browse the repository at this point in the history
Updated to correct sub-field naming, and add 0.90.8+ feature
  • Loading branch information
jordansissel committed Dec 17, 2013
2 parents fd80e1e + 53e1d31 commit 6d41880
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
}
}
Expand Down

0 comments on commit 6d41880

Please sign in to comment.