Interface FacetPage<T>
- Type Parameters:
T-
- All Superinterfaces:
FacetQueryResult<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
FacetPage holds a page for each field targeted by the facet query as well as the page values returned by facet.query
-
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 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