Hello,
I have a use case where i need to fetch large amounts of documents from ES.
I see there is http.compress on the HTTP module, but i am not sure if this applies to the Java client.
I need to get like 6000 documents, and i do not want to use scroll as it would make it even slower.
So my question is :
Is there a way to tell ES to compress the output to the Java client?
My ES version is 2.4
Thank you in advance.