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