| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveSearchHitsImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> ReactiveSearchHits<T> |
ReactiveSearchHitSupport.searchHitsFor(SearchHits<T> searchHits) |
| Modifier and Type | Method and Description |
|---|---|
<T> reactor.core.publisher.Mono<ReactiveSearchHits<T>> |
AbstractReactiveElasticsearchTemplate.searchForHits(Query query,
Class<?> entityType,
Class<T> resultType) |
<T> reactor.core.publisher.Mono<ReactiveSearchHits<T>> |
ReactiveSearchOperations.searchForHits(Query query,
Class<?> entityType,
Class<T> resultType)
Perform a search and return the
ReactiveSearchHits which contains information about the search results and
which will provide the documents by the getSearchHits() method. |
<T> reactor.core.publisher.Mono<ReactiveSearchHits<T>> |
AbstractReactiveElasticsearchTemplate.searchForHits(Query query,
Class<?> entityType,
Class<T> resultType,
IndexCoordinates index) |
<T> reactor.core.publisher.Mono<ReactiveSearchHits<T>> |
ReactiveSearchOperations.searchForHits(Query query,
Class<?> entityType,
Class<T> resultType,
IndexCoordinates index)
Perform a search and return the
ReactiveSearchHits which contains information about the search results and
which will provide the documents by the getSearchHits() method. |
default <T> reactor.core.publisher.Mono<ReactiveSearchHits<T>> |
ReactiveSearchOperations.searchForHits(Query query,
Class<T> entityType)
Perform a search and return the
ReactiveSearchHits which contains information about the search results and
which will provide the documents by the getSearchHits() method. |
default <T> reactor.core.publisher.Mono<ReactiveSearchHits<T>> |
ReactiveSearchOperations.searchForHits(Query query,
Class<T> entityType,
IndexCoordinates index)
Perform a search and return the
ReactiveSearchHits which contains information about the search results and
which will provide the documents by the getSearchHits() method. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.