Class Scroll

java.lang.Object
org.elasticsearch.search.Scroll
All Implemented Interfaces:
Writeable

public final class Scroll extends Object implements Writeable
A scroll enables scrolling of search request. It holds a keepAlive() time that will control how long to keep the scrolling resources open.
  • Constructor Details

    • Scroll

      public Scroll(StreamInput in) throws IOException
      Throws:
      IOException
    • Scroll

      public Scroll(org.elasticsearch.core.TimeValue keepAlive)
      Constructs a new scroll of the provided keep alive.
  • Method Details