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
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 Summary
Methods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface SearchHits
getAggregations, getExecutionDuration, getMaxScore, getPointInTimeId, getSearchHit, getSearchHits, getSearchShardStatistics, getSuggest, getTotalHits, getTotalHitsRelation, hasAggregations, hasSearchHits, hasSuggest, iterator
-
Method Details
-
getScrollId
@Nullable String getScrollId()- Returns:
- the scroll id
-