Skip to content

Instantly share code, notes, and snippets.

@trajakovic
Last active December 28, 2015 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trajakovic/7544148 to your computer and use it in GitHub Desktop.
Save trajakovic/7544148 to your computer and use it in GitHub Desktop.
ElasticSearch JSON mapping configuration (place in $ELASTICSEARCH\conf\default-mapping.json)
{
"_default_": {
"properties": {
"my_hash_field": {
"type" : "string",
"index" : "not_analyzed"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment