Skip to content

Instantly share code, notes, and snippets.

@astefan
Created March 8, 2016 13:57
Show Gist options
  • Save astefan/ee3d71d029911adfe31e to your computer and use it in GitHub Desktop.
Save astefan/ee3d71d029911adfe31e to your computer and use it in GitHub Desktop.
GET /attachmenttest/message/_search
{
"query": {
"match_all": {}
},
"fielddata_fields": ["indexedBody.content","indexedBody.content_type"],
"_source": [null]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment