Class ScrollContext
java.lang.Object
org.elasticsearch.search.internal.ScrollContext
Wrapper around information that needs to stay around when scrolling.
-
Field Summary
Modifier and TypeFieldDescriptionorg.apache.lucene.search.ScoreDoc
float
org.apache.lucene.search.TotalHits
-
Constructor Summary
-
Method Summary
-
Field Details
-
totalHits
public org.apache.lucene.search.TotalHits totalHits -
maxScore
public float maxScore -
lastEmittedDoc
public org.apache.lucene.search.ScoreDoc lastEmittedDoc -
scroll
-
-
Constructor Details
-
ScrollContext
public ScrollContext()
-