Created
October 24, 2016 21:10
-
-
Save aconfee/9f5486acc9ab20ba305e41efa251c205 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
{ | |
"properties": { | |
"BodyType":{ | |
"type":"string", | |
"fields":{ | |
"Raw":{ | |
"type":"string", | |
"analyzer": "trim" | |
} | |
}, | |
"include_in_all":true | |
}, | |
"EngineFuelType":{ | |
"type":"string", | |
"fields":{ | |
"Raw":{ | |
"type":"string", | |
"analyzer": "trim" | |
} | |
}, | |
"include_in_all":true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment