Forget about it, I was using the output of a processor that removes
those information from the original document returned by
Elasticsearch, that, of course, returns it.
Sorry for the time lost.
On 24 nov, 15:55, Virgile Devaux vdev...@gmail.com wrote:
Hello,
i'd like to get, for each document in the response to a search, the
type/mapping identifier corresponding to this particular document.
For exemple, for the following search:
$ curl -XGET 'http://localhost:9200/twitter/tweet,user/_search?
q=user:kimchy'
I'd like to have in each document of the response a field with a value
of either "user" of "tweet".Is is possible?