Skip to content

Instantly share code, notes, and snippets.

@yuriybash
Created August 24, 2018 18:43
Show Gist options
  • Save yuriybash/72287ae4ea92067c6272e9ffc6607f0d to your computer and use it in GitHub Desktop.
Save yuriybash/72287ae4ea92067c6272e9ffc6607f0d to your computer and use it in GitHub Desktop.
{
"index": {
"mappings": {
"_doc": {
"custom_field": {
"full_name": "custom_field",
"mapping": {
"custom_field": {
"type": "text"
}
}
},
"custom_field_value": {
"full_name": "custom_field_value",
"mapping": {
"custom_field_value": {
"type": "text"
}
}
},
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment