Class SolrResultPage<T>

java.lang.Object
org.springframework.data.domain.PageImpl<T>
org.springframework.data.solr.core.query.result.SolrResultPage<T>
All Implemented Interfaces:
Serializable, Iterable<T>, Supplier<Stream<T>>, org.springframework.data.domain.Page<T>, org.springframework.data.domain.Slice<T>, FacetAndHighlightPage<T>, FacetPage<T>, FacetQueryResult<T>, GroupPage<T>, HighlightPage<T>, HighlightQueryResult<T>, ScoredPage<T>, SpellcheckedPage<T>, SpellcheckQueryResult, StatsPage<T>, org.springframework.data.util.Streamable<T>

public class SolrResultPage<T> extends org.springframework.data.domain.PageImpl<T> implements FacetPage<T>, HighlightPage<T>, FacetAndHighlightPage<T>, ScoredPage<T>, GroupPage<T>, StatsPage<T>, SpellcheckedPage<T>
Base implementation of page holding solr response entities.
See Also: