Skip to content

Instantly share code, notes, and snippets.

@jprante
Created May 14, 2012 10:21
Show Gist options
  • Save jprante/2693122 to your computer and use it in GitHub Desktop.
Save jprante/2693122 to your computer and use it in GitHub Desktop.
Multi-field
"title" : {
"type" : "multi_field",
"fields" : {
"title" : {
"type" : "string",
"search_analyzer" : "str_search_analyzer",
"index_analyzer" : "str_index_analyzer"
},
"title_sort" : {
"index" : "not_analyzed"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment