Interface SpellcheckedPage<T>
- All Superinterfaces:
Iterable<T>,org.springframework.data.domain.Page<T>,org.springframework.data.domain.Slice<T>,SpellcheckQueryResult,org.springframework.data.util.Streamable<T>,Supplier<Stream<T>>
- All Known Implementing Classes:
SolrResultPage
public interface SpellcheckedPage<T>
extends SpellcheckQueryResult, org.springframework.data.domain.Page<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.data.solr.core.query.result.SpellcheckQueryResult
SpellcheckQueryResult.Alternative -
Method Summary
Methods 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.solr.core.query.result.SpellcheckQueryResult
addSuggestions, getAlternatives, getAlternatives, getSuggestions, getSuggestionsMethods inherited from interface org.springframework.data.util.Streamable
and, and, and, and, filter, flatMap, get, isEmpty, stream, toList, toSet