Uses of Interface
org.springframework.data.elasticsearch.core.ReactiveSearchHits
Packages that use ReactiveSearchHits
-
Uses of ReactiveSearchHits in org.springframework.data.elasticsearch.core
Classes in org.springframework.data.elasticsearch.core that implement ReactiveSearchHitsMethods in org.springframework.data.elasticsearch.core that return ReactiveSearchHitsModifier and TypeMethodDescriptionstatic <T> ReactiveSearchHits<T> ReactiveSearchHitSupport.searchHitsFor(SearchHits<T> searchHits) Methods in org.springframework.data.elasticsearch.core that return types with arguments of type ReactiveSearchHitsModifier and TypeMethodDescription<T> Mono<ReactiveSearchHits<T>> AbstractReactiveElasticsearchTemplate.searchForHits(Query query, Class<?> entityType, Class<T> resultType) <T> Mono<ReactiveSearchHits<T>> AbstractReactiveElasticsearchTemplate.searchForHits(Query query, Class<?> entityType, Class<T> resultType, IndexCoordinates index) <T> Mono<ReactiveSearchHits<T>> ReactiveSearchOperations.searchForHits(Query query, Class<?> entityType, Class<T> resultType) Perform a search and return theReactiveSearchHitswhich contains information about the search results and which will provide the documents by theReactiveSearchHits.getSearchHits()method.<T> Mono<ReactiveSearchHits<T>> ReactiveSearchOperations.searchForHits(Query query, Class<?> entityType, Class<T> resultType, IndexCoordinates index) Perform a search and return theReactiveSearchHitswhich contains information about the search results and which will provide the documents by theReactiveSearchHits.getSearchHits()method.default <T> Mono<ReactiveSearchHits<T>> ReactiveSearchOperations.searchForHits(Query query, Class<T> entityType) Perform a search and return theReactiveSearchHitswhich contains information about the search results and which will provide the documents by theReactiveSearchHits.getSearchHits()method.default <T> Mono<ReactiveSearchHits<T>> ReactiveSearchOperations.searchForHits(Query query, Class<T> entityType, IndexCoordinates index) Perform a search and return theReactiveSearchHitswhich contains information about the search results and which will provide the documents by theReactiveSearchHits.getSearchHits()method.