Skip to content

Instantly share code, notes, and snippets.

@aconfee
Created October 24, 2016 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aconfee/9f5486acc9ab20ba305e41efa251c205 to your computer and use it in GitHub Desktop.
Save aconfee/9f5486acc9ab20ba305e41efa251c205 to your computer and use it in GitHub Desktop.
{
"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