Skip to content

Instantly share code, notes, and snippets.

@kscc25
Last active October 30, 2017 10:39
Show Gist options
  • Save kscc25/ab35ac06cde498fca816db37b17146c7 to your computer and use it in GitHub Desktop.
Save kscc25/ab35ac06cde498fca816db37b17146c7 to your computer and use it in GitHub Desktop.
"properties": {
"content": {
"type": "string",
- "analyzer": "my_email_analyzer"
+ "fields": {
+ "custom": {
+ "type": "string",
+ "analyzer": "my_email_analyzer"
+ }
+ }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment