Skip to content

Instantly share code, notes, and snippets.

@loren
Created October 29, 2014 15:13
Show Gist options
  • Save loren/89a80170b14714f074c2 to your computer and use it in GitHub Desktop.
Save loren/89a80170b14714f074c2 to your computer and use it in GitHub Desktop.
Second iteration on Instagram mapping for Elasticsearch
{
"properties": {
"bigram": {
"type": "string",
"analyzer": "bigram_analyzer"
},
"caption": {
"type": "string",
"analyzer": "en_analyzer",
"copy_to": [
"bigram"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment