Uses of Interface
org.springframework.data.elasticsearch.core.SearchPage
Packages that use SearchPage
-
Uses of SearchPage in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return SearchPageModifier and TypeMethodDescriptionstatic <T> SearchPage<T>SearchHitSupport.searchPageFor(SearchHits<T> searchHits, Pageable pageable) Methods in org.springframework.data.elasticsearch.core that return types with arguments of type SearchPageModifier and TypeMethodDescription<T> Mono<SearchPage<T>>AbstractReactiveElasticsearchTemplate.searchForPage(Query query, Class<?> entityType, Class<T> resultType) <T> Mono<SearchPage<T>>AbstractReactiveElasticsearchTemplate.searchForPage(Query query, Class<?> entityType, Class<T> resultType, IndexCoordinates index) <T> Mono<SearchPage<T>>ReactiveSearchOperations.searchForPage(Query query, Class<?> entityType, Class<T> resultType) Search the index for entities matching the givenquery.<T> Mono<SearchPage<T>>ReactiveSearchOperations.searchForPage(Query query, Class<?> entityType, Class<T> resultType, IndexCoordinates index) Search the index for entities matching the givenquery.default <T> Mono<SearchPage<T>>ReactiveSearchOperations.searchForPage(Query query, Class<T> entityType) Search the index for entities matching the givenquery.default <T> Mono<SearchPage<T>>ReactiveSearchOperations.searchForPage(Query query, Class<T> entityType, IndexCoordinates index) Search the index for entities matching the givenquery.