I am trying to retrieve a document from elastic-search that comprises of an entity that has a data-set of more than 10k items. I have already gone through scrolling, paging and other options but that only helps in retrieving the JSON documents as a whole from the elastic-search database and won't apply on the items within any particular document.
P.s. what i want is to scroll through nested documents(child elements) that exceed elastic-search size limit
Is there any workaround for this ?