Uses of Record Class
org.springframework.data.elasticsearch.core.AbstractReactiveElasticsearchTemplate.IndexResponseMetaData
Packages that use AbstractReactiveElasticsearchTemplate.IndexResponseMetaData
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of AbstractReactiveElasticsearchTemplate.IndexResponseMetaData in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type AbstractReactiveElasticsearchTemplate.IndexResponseMetaDataModifier and TypeMethodDescriptionprotected <T> reactor.core.publisher.Mono<reactor.util.function.Tuple2<T,AbstractReactiveElasticsearchTemplate.IndexResponseMetaData>> ReactiveElasticsearchTemplate.doIndex(T entity, IndexCoordinates index) -
Uses of AbstractReactiveElasticsearchTemplate.IndexResponseMetaData in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type AbstractReactiveElasticsearchTemplate.IndexResponseMetaDataModifier and TypeMethodDescriptionprotected <T> reactor.core.publisher.Mono<reactor.util.function.Tuple2<T,AbstractReactiveElasticsearchTemplate.IndexResponseMetaData>> ReactiveElasticsearchTemplate.doIndex(T entity, IndexCoordinates index) Deprecated. -
Uses of AbstractReactiveElasticsearchTemplate.IndexResponseMetaData in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return types with arguments of type AbstractReactiveElasticsearchTemplate.IndexResponseMetaDataModifier and TypeMethodDescriptionprotected abstract <T> reactor.core.publisher.Mono<reactor.util.function.Tuple2<T,AbstractReactiveElasticsearchTemplate.IndexResponseMetaData>> AbstractReactiveElasticsearchTemplate.doIndex(T entity, IndexCoordinates index)