Hi, 

We're performing some aggregations with size=0 on a lot of data, and I'm 
looking to optimise the transfer over the wire. Our responses look like 
this:

"buckets": [
   
   - {
      - "key": 15,
      - "key_as_string": "15",
      - "doc_count": 8183
   },
   - {
      - "key": 100,
      - "key_as_string": "100",
      - "doc_count": 4717
   },
   ...


Obviously, the key_as_string field is adding nothing in this instance. Is 
there a way to ask for it to be excluded from the response?

Cheers,
James

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/b13ffb0f-9698-4154-bdcf-5b48da79c0e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to