Interface FacetAndHighlightPage<T>
- Type Parameters:
T-
- All Superinterfaces:
FacetQueryResult<T>,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 FacetAndHighlightPage<T>
extends HighlightQueryResult<T>, FacetQueryResult<T>, org.springframework.data.domain.Page<T>
FacetAndHighlightPage holds a page for each field targeted by the facet query, each highlight returned by the
highlight query as well as the page values returned by the solr query- Since:
- 2.1.0
-
Method Summary
Methods inherited from interface org.springframework.data.solr.core.query.result.FacetQueryResult
getAllFacets, getFacetFields, getFacetPivotFields, getFacetQueryResult, getFacetResultPage, getFacetResultPage, getFacetResultPages, getPivot, getPivot, getRangeFacetResultPage, getRangeFacetResultPageMethods 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