Interface SearchScrollHits<T>

Type Parameters:
T -
All Superinterfaces:
Iterable<SearchHit<T>>, SearchHits<T>, Streamable<SearchHit<T>>, Supplier<Stream<SearchHit<T>>>
All Known Implementing Classes:
SearchHitsImpl

public interface SearchScrollHits<T> extends SearchHits<T>
This interface is used to expose the current scrollId from the underlying scroll context.

Internal use only.

Since:
4.0
Author:
Sascha Woo, Peter-Josef Meisch
  • Method Details