| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.client.elc |
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Method and Description |
|---|---|
protected <T> reactor.core.publisher.Mono<reactor.util.function.Tuple2<T,AbstractReactiveElasticsearchTemplate.IndexResponseMetaData>> |
ReactiveElasticsearchTemplate.doIndex(T entity,
IndexCoordinates index) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> reactor.core.publisher.Mono<reactor.util.function.Tuple2<T,AbstractReactiveElasticsearchTemplate.IndexResponseMetaData>> |
AbstractReactiveElasticsearchTemplate.doIndex(T entity,
IndexCoordinates index) |
protected <T> reactor.core.publisher.Mono<reactor.util.function.Tuple2<T,AbstractReactiveElasticsearchTemplate.IndexResponseMetaData>> |
ReactiveElasticsearchTemplate.doIndex(T entity,
IndexCoordinates index) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.