Interface HighlightPage<T>
- Type Parameters:
T-
- All Superinterfaces:
HighlightQueryResult<T>,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 HighlightPage<T>
extends HighlightQueryResult<T>, org.springframework.data.domain.Page<T>
HighlightPage holds a page for each field targeted by the highlight query as well as the page values returned by the
solr query
-
Method Summary
Methods inherited from interface org.springframework.data.solr.core.query.result.HighlightQueryResult
getHighlighted, getHighlightsMethods 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