Interface ScoredPage<T>
- All Superinterfaces:
Iterable<T>,org.springframework.data.domain.Page<T>,org.springframework.data.domain.Slice<T>,org.springframework.data.util.Streamable<T>,Supplier<Stream<T>>
- All Known Implementing Classes:
SolrResultPage
public interface ScoredPage<T>
extends org.springframework.data.domain.Page<T>
Specific type of
Page holding max score information.- Since:
- 1.2
-
Method Summary
Modifier and TypeMethodDescriptionReturns the scoring of the topmost document (max score).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, previousPageableMethods inherited from interface org.springframework.data.util.Streamable
and, and, and, and, filter, flatMap, get, isEmpty, stream, toList, toSet
-
Method Details
-
getMaxScore
Returns the scoring of the topmost document (max score).- Returns:
-