Since SearchType.Scan
has been removed in Elasticsearch.Net 5 I can't get my head around how to init a scroll which just return the scrollId and not all documents also. Any advice?
How to init a scroll without returning the result in Elasticsearch.Net 5?
215 views Asked by Tomas Fält At
1
You just need to specify
Scroll
on the search requestor
The response will contain the first set of scrolled documents and a scroll id to use to fetch the next set