Created
October 20, 2017 20:42
-
-
Save david-bc/c78de9a61eef04b3e85a79ac9d9f8ed0 to your computer and use it in GitHub Desktop.
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
{ | |
"mappings": { | |
"asset": { | |
"properties": { | |
"email":{ | |
"type":"text" | |
}, | |
"email_v2 (mutated field)":{ | |
"type":"text", | |
"fields":{ | |
"keyword":{ | |
"type":"keyword", | |
"ignore_above":256 | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment