Help me with query large data

Hi, I have an indexed document and I am query the field from the index with a size of 600k. And it run into an error showing as below:
{u'status': 400, u'error': {u'root_cause': [{u'reason': u'ReleasableBytesStreamOutput cannot hold more than 2GB of data', u'type': u'illegal_argument_exception'}], u'type': u'illegal_argument_exception', u'reason': u'ReleasableBytesStreamOutput cannot hold more than 2GB of data'}}

Is there any way I can query such large amount of data at one shot? Thanks for helping.

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