Skip to content

Instantly share code, notes, and snippets.

@mikekr1
Last active April 28, 2017 11:19
Show Gist options
  • Save mikekr1/32d6fc5a7ef6d36c6766718209ce2a17 to your computer and use it in GitHub Desktop.
Save mikekr1/32d6fc5a7ef6d36c6766718209ce2a17 to your computer and use it in GitHub Desktop.
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