The fastest way to export to Text

Hi.
I want to create a function to export logs stored in Elasticsearch to Text using Java APIs.
Currently, I have used the Scroll API to implement it, but I want it to be more than twice as fast.
Is the Scroll API the fastest way to get a large amount of searched data into Text? (Slice is also in use)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.