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 Type
    Method
    Description
    Returns the scoring of the topmost document (max score).

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface org.springframework.data.domain.Page

    getTotalElements, getTotalPages, map

    Methods inherited from interface org.springframework.data.domain.Slice

    getContent, getNumber, getNumberOfElements, getPageable, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextOrLastPageable, nextPageable, previousOrFirstPageable, previousPageable

    Methods inherited from interface org.springframework.data.util.Streamable

    and, and, and, and, filter, flatMap, get, isEmpty, stream, toList, toSet
  • Method Details

    • getMaxScore

      @Nullable Float getMaxScore()
      Returns the scoring of the topmost document (max score).
      Returns: