Last active
April 28, 2017 11:19
-
-
Save mikekr1/32d6fc5a7ef6d36c6766718209ce2a17 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
INDEX_DEFINITION = { | |
mappings: { | |
sample: { | |
properties: { | |
message: { | |
type: 'text', | |
analyzer: 'standard' | |
} | |
} | |
} | |
} | |
}.freeze |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment