Class ScrollContext

java.lang.Object
org.elasticsearch.search.internal.ScrollContext

public final class ScrollContext
extends java.lang.Object
Wrapper around information that needs to stay around when scrolling.
  • Field Summary

    Fields
    Modifier and Type Field Description
    org.apache.lucene.search.ScoreDoc lastEmittedDoc  
    float maxScore  
    Scroll scroll  
    org.apache.lucene.search.TotalHits totalHits  
  • Constructor Summary

    Constructors
    Constructor Description
    ScrollContext()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • totalHits

      public org.apache.lucene.search.TotalHits totalHits
    • maxScore

      public float maxScore
    • lastEmittedDoc

      public org.apache.lucene.search.ScoreDoc lastEmittedDoc
    • scroll

      public Scroll scroll
  • Constructor Details

    • ScrollContext

      public ScrollContext()