Interface SearchPage<T>
- All Superinterfaces:
Iterable<SearchHit<T>>,Page<SearchHit<T>>,Slice<SearchHit<T>>,Streamable<SearchHit<T>>,Supplier<Stream<SearchHit<T>>>
Page definition for repositories that need to return a paged SearchHits.
- Since:
- 4.0
- Author:
- Peter-Josef Meisch
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.springframework.data.domain.Page
getTotalElements, getTotalPages, mapMethods inherited from interface org.springframework.data.domain.Slice
getContent, getNumber, getNumberOfElements, getPageable, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextOrLastPageable, nextPageable, previousOrFirstPageable, previousPageable
-
Method Details
-
getSearchHits
SearchHits<T> getSearchHits()
-