Closed shanielh closed 10 years ago
The key_as_string
will no longer be shown by default, thanks to https://github.com/elasticsearch/elasticsearch/pull/6830
Discussion is happening about removing the metadata. See https://github.com/elasticsearch/elasticsearch/issues/2149
Thanks. Closing due to duplication.
Hi.
I would like not to get some of the fields from the response of an API request, since it's killing my CPU time at deserialization of the JSON in the client, I commented the fields that I don't want to receive, Is it possible?
First aggregation is date_histogram, inner aggregation is top_hits, What i've tried to do is to take the last value from every 30 minutes within a date range.