Skip to content

Instantly share code, notes, and snippets.

@ifinoi
Created November 12, 2012 14:34
Show Gist options
  • Save ifinoi/4059742 to your computer and use it in GitHub Desktop.
Save ifinoi/4059742 to your computer and use it in GitHub Desktop.
Explicit mapping
"properties" : {
"message" : {"type" : "string", "search_analyzer" : "msg_search_analyzer", "index_analyzer" : "msg_index_analyzer"},
"file" : {"type" : "string", "analyzer" : "simple"},
"api-key": {"type" : "string", "index" : "not_analyzed"},
...
"osver" : {"type" : "string", "index" : "not_analyzed"},
"customdata" : {"type" : "string", "analyzer" : "simple"},
"updated" : {"type":"date", "format":"date"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment