Hey,
from my birds eye view this should work. Can you create a fully fledged
example (including index creation, mapping creation, document creation), so
one can replay this. And tell your ES version along, if you have any
special configuration going on.
--Alex
On Thu, Jul 10, 2014 at 8:31 PM,
I have a mapping that looks something like this:
"source": {
"properties": {
"description": {
"type": "string",
"index": "not_analyzed",
"omit_norms": true,
"index_options": "docs"
},
"id": {
"type": "string",
"index": "not_analyzed",
"omit_n