Created
October 29, 2014 15:13
-
-
Save loren/89a80170b14714f074c2 to your computer and use it in GitHub Desktop.
Second iteration on Instagram mapping for Elasticsearch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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