Uses of Class
org.springframework.data.elasticsearch.core.mapping.IndexCoordinates
Packages that use IndexCoordinates
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
classes and interfaces related to Spring Data Elasticsearch events and callbacks.
-
Uses of IndexCoordinates in org.springframework.data.elasticsearch.client.elc
Fields in org.springframework.data.elasticsearch.client.elc declared as IndexCoordinatesModifier and TypeFieldDescriptionprotected final @Nullable IndexCoordinatesIndicesTemplate.boundIndexMethods in org.springframework.data.elasticsearch.client.elc that return IndexCoordinatesModifier and TypeMethodDescriptionIndicesTemplate.getIndexCoordinates()ReactiveIndicesTemplate.getIndexCoordinates()IndicesTemplate.getIndexCoordinatesFor(Class<?> clazz) Methods in org.springframework.data.elasticsearch.client.elc with parameters of type IndexCoordinatesModifier and TypeMethodDescriptionFlux<? extends AggregationContainer<?>>ReactiveElasticsearchTemplate.aggregate(Query query, Class<?> entityType, IndexCoordinates index) voidElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) ReactiveElasticsearchTemplate.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) longElasticsearchTemplate.count(Query query, @Nullable Class<?> clazz, IndexCoordinates index) ElasticsearchTemplate.delete(DeleteQuery query, Class<?> clazz, IndexCoordinates index) ReactiveElasticsearchTemplate.delete(DeleteQuery query, Class<?> entityType, IndexCoordinates index) ElasticsearchTemplate.doBulkOperation(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) ReactiveElasticsearchTemplate.doCount(Query query, Class<?> entityType, IndexCoordinates index) protected booleanIndicesTemplate.doCreate(IndexCoordinates indexCoordinates, Map<String, Object> settings, @Nullable Document mapping) protected StringElasticsearchTemplate.doDelete(String id, @Nullable String routing, IndexCoordinates index) ReactiveElasticsearchTemplate.doDeleteById(String id, @Nullable String routing, IndexCoordinates index) protected booleanElasticsearchTemplate.doExists(String id, IndexCoordinates index) ReactiveElasticsearchTemplate.doExists(String id, IndexCoordinates index) protected Flux<SearchDocument>ReactiveElasticsearchTemplate.doFind(Query query, Class<?> clazz, IndexCoordinates index) protected <T> Mono<SearchDocumentResponse>ReactiveElasticsearchTemplate.doFindForResponse(Query query, Class<?> clazz, IndexCoordinates index) ElasticsearchTemplate.doIndex(IndexQuery query, IndexCoordinates indexCoordinates) protected <T> Mono<Tuple2<T,AbstractReactiveElasticsearchTemplate.IndexResponseMetaData>> ReactiveElasticsearchTemplate.doIndex(T entity, IndexCoordinates index) protected <T> SearchHits<T>ElasticsearchTemplate.doSearch(MoreLikeThisQuery query, Class<T> clazz, IndexCoordinates index) protected <T> SearchHits<T>ElasticsearchTemplate.doSearch(Query query, Class<T> clazz, IndexCoordinates index) protected <T> SearchHits<T>ElasticsearchTemplate.doSearch(SearchTemplateQuery query, Class<T> clazz, IndexCoordinates index) <T> @Nullable TElasticsearchTemplate.get(String id, Class<T> clazz, IndexCoordinates index) <T> Mono<T>ReactiveElasticsearchTemplate.get(String id, Class<T> entityType, IndexCoordinates index) IndicesTemplate.getInformation(IndexCoordinates indexCoordinates) ReactiveIndicesTemplate.getInformation(IndexCoordinates index) ElasticsearchTemplate.indexOps(IndexCoordinates index) ReactiveElasticsearchTemplate.indexOps(IndexCoordinates index) <T> List<MultiGetItem<T>>ElasticsearchTemplate.multiGet(Query query, Class<T> clazz, IndexCoordinates index) <T> Flux<MultiGetItem<T>>ReactiveElasticsearchTemplate.multiGet(Query query, Class<T> clazz, IndexCoordinates index) <T> List<SearchHits<T>>ElasticsearchTemplate.multiSearch(List<? extends Query> queries, Class<T> clazz, IndexCoordinates index) List<SearchHits<?>>ElasticsearchTemplate.multiSearch(List<? extends Query> queries, List<Class<?>> classes, IndexCoordinates index) ElasticsearchTemplate.openPointInTime(IndexCoordinates index, Duration keepAlive, Boolean ignoreUnavailable) ReactiveElasticsearchTemplate.openPointInTime(IndexCoordinates index, Duration keepAlive, Boolean ignoreUnavailable) <T> Flux<T>ReactiveElasticsearchTemplate.saveAll(Mono<? extends Collection<? extends T>> entitiesPublisher, IndexCoordinates index) <T> SearchHits<T>ElasticsearchTemplate.search(Query query, Class<T> clazz, IndexCoordinates index) <T> SearchScrollHits<T>ElasticsearchTemplate.searchScrollContinue(String scrollId, long scrollTimeInMillis, Class<T> clazz, IndexCoordinates index) <T> SearchScrollHits<T>ElasticsearchTemplate.searchScrollStart(long scrollTimeInMillis, Query query, Class<T> clazz, IndexCoordinates index) ElasticsearchTemplate.update(UpdateQuery updateQuery, IndexCoordinates index) ReactiveElasticsearchTemplate.update(UpdateQuery updateQuery, IndexCoordinates index) ElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) ReactiveElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Constructors in org.springframework.data.elasticsearch.client.elc with parameters of type IndexCoordinatesModifierConstructorDescriptionIndicesTemplate(co.elastic.clients.elasticsearch.indices.ElasticsearchIndicesClient client, ClusterTemplate clusterTemplate, ElasticsearchConverter elasticsearchConverter, IndexCoordinates boundIndex) ReactiveIndicesTemplate(ReactiveElasticsearchIndicesClient client, ReactiveClusterTemplate clusterTemplate, ElasticsearchConverter elasticsearchConverter, IndexCoordinates index) -
Uses of IndexCoordinates in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return IndexCoordinatesModifier and TypeMethodDescriptionIndexOperations.getIndexCoordinates()get the currentIndexCoordinates.ReactiveIndexOperations.getIndexCoordinates()get the currentIndexCoordinates.AbstractElasticsearchTemplate.getIndexCoordinatesFor(Class<?> clazz) AbstractReactiveElasticsearchTemplate.getIndexCoordinatesFor(Class<?> clazz) ElasticsearchOperations.getIndexCoordinatesFor(Class<?> clazz) ReactiveElasticsearchOperations.getIndexCoordinatesFor(Class<?> clazz) Methods in org.springframework.data.elasticsearch.core with parameters of type IndexCoordinatesModifier and TypeMethodDescriptionFlux<? extends AggregationContainer<?>>ReactiveSearchOperations.aggregate(Query query, Class<?> entityType, IndexCoordinates index) Perform an aggregation specified by the givenquery.final List<IndexedObjectInformation>AbstractElasticsearchTemplate.bulkIndex(List<IndexQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) default List<IndexedObjectInformation>DocumentOperations.bulkIndex(List<IndexQuery> queries, IndexCoordinates index) Bulk index all objects.DocumentOperations.bulkIndex(List<IndexQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Bulk index all objects.AbstractElasticsearchTemplate.bulkOperation(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) default voidDocumentOperations.bulkUpdate(List<UpdateQuery> queries, IndexCoordinates index) Bulk update all objects.voidDocumentOperations.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Bulk update all objects.ReactiveDocumentOperations.bulkUpdate(List<UpdateQuery> queries, IndexCoordinates index) Bulk update all objects.ReactiveDocumentOperations.bulkUpdate(List<UpdateQuery> queries, BulkOptions bulkOptions, IndexCoordinates index) Bulk update all objects.AbstractReactiveElasticsearchTemplate.count(Query query, Class<?> entityType, IndexCoordinates index) ReactiveSearchOperations.count(Query query, Class<?> entityType, IndexCoordinates index) Count the number of documents matching the givenQuery.longSearchOperations.count(Query query, @Nullable Class<?> clazz, IndexCoordinates index) return number of elements found by given querydefault longSearchOperations.count(Query query, IndexCoordinates index) Return number of elements found by given query.AbstractElasticsearchTemplate.delete(Object entity, IndexCoordinates index) AbstractElasticsearchTemplate.delete(String id, IndexCoordinates index) AbstractReactiveElasticsearchTemplate.delete(Object entity, IndexCoordinates index) AbstractReactiveElasticsearchTemplate.delete(String id, IndexCoordinates index) DocumentOperations.delete(Object entity, IndexCoordinates index) Deletes the given entityDocumentOperations.delete(String id, IndexCoordinates index) Delete the one object with provided id.DocumentOperations.delete(DeleteQuery query, Class<?> clazz, IndexCoordinates index) Delete all records matching the query.ReactiveDocumentOperations.delete(Object entity, IndexCoordinates index) Delete the given entity extracting index from entity metadata.ReactiveDocumentOperations.delete(String id, IndexCoordinates index) Delete the entity with given id.ReactiveDocumentOperations.delete(DeleteQuery query, Class<?> entityType, IndexCoordinates index) Delete the documents matching the givenQueryextracting index from entity metadata.abstract List<IndexedObjectInformation>AbstractElasticsearchTemplate.doBulkOperation(List<?> queries, BulkOptions bulkOptions, IndexCoordinates index) AbstractReactiveElasticsearchTemplate.doCount(Query query, Class<?> entityType, IndexCoordinates index) protected abstract StringAbstractElasticsearchTemplate.doDelete(String id, @Nullable String routing, IndexCoordinates index) AbstractReactiveElasticsearchTemplate.doDeleteById(String id, @Nullable String routing, IndexCoordinates index) protected abstract booleanAbstractElasticsearchTemplate.doExists(String id, IndexCoordinates index) AbstractReactiveElasticsearchTemplate.doExists(String id, IndexCoordinates index) protected abstract Flux<SearchDocument>AbstractReactiveElasticsearchTemplate.doFind(Query query, Class<?> clazz, IndexCoordinates index) protected abstract <T> Mono<SearchDocumentResponse>AbstractReactiveElasticsearchTemplate.doFindForResponse(Query query, Class<?> clazz, IndexCoordinates index) abstract StringAbstractElasticsearchTemplate.doIndex(IndexQuery query, IndexCoordinates indexCoordinates) protected abstract <T> Mono<Tuple2<T,AbstractReactiveElasticsearchTemplate.IndexResponseMetaData>> AbstractReactiveElasticsearchTemplate.doIndex(T entity, IndexCoordinates index) protected abstract <T> SearchHits<T>AbstractElasticsearchTemplate.doSearch(MoreLikeThisQuery query, Class<T> clazz, IndexCoordinates index) booleanAbstractElasticsearchTemplate.exists(String id, IndexCoordinates index) AbstractReactiveElasticsearchTemplate.exists(String id, IndexCoordinates index) booleanDocumentOperations.exists(String id, IndexCoordinates index) Check if an entity with given id exists.ReactiveDocumentOperations.exists(String id, IndexCoordinates index) Check if an entity with given id exists.<T> @Nullable TDocumentOperations.get(String id, Class<T> clazz, IndexCoordinates index) Retrieves an object from the index specified in the entity's Document annotation.<T> Mono<T>ReactiveDocumentOperations.get(String id, Class<T> entityType, IndexCoordinates index) Fetch the entity with given id.IndexOperations.getInformation(IndexCoordinates index) Gets theIndexInformationfor the indices defined by #index.ReactiveIndexOperations.getInformation(IndexCoordinates index) Gets theIndexInformationfor the indices defined byReactiveIndexOperations.getIndexCoordinates().AbstractElasticsearchTemplate.index(IndexQuery query, IndexCoordinates index) DocumentOperations.index(IndexQuery query, IndexCoordinates index) Index an object.ElasticsearchOperations.indexOps(IndexCoordinates index) get anIndexOperationsthat is bound to the given indexReactiveElasticsearchOperations.indexOps(IndexCoordinates index) Creates aReactiveIndexOperationsthat is bound to the given indexprotected <T> TAbstractElasticsearchTemplate.maybeCallbackAfterConvert(T entity, Document document, IndexCoordinates index) protected <T> Mono<T>AbstractReactiveElasticsearchTemplate.maybeCallbackAfterConvert(T entity, Document document, IndexCoordinates index) protected <T> DocumentAbstractElasticsearchTemplate.maybeCallbackAfterLoad(Document document, Class<T> type, IndexCoordinates indexCoordinates) AbstractReactiveElasticsearchTemplate.maybeCallbackAfterLoad(Document document, Class<T> type, IndexCoordinates index) protected <T> TAbstractElasticsearchTemplate.maybeCallbackAfterSave(T entity, IndexCoordinates index) protected <T> Mono<T>AbstractReactiveElasticsearchTemplate.maybeCallbackAfterSave(T entity, IndexCoordinates index) protected voidAbstractElasticsearchTemplate.maybeCallbackAfterSaveWithQueries(List<?> queries, IndexCoordinates index) protected voidAbstractElasticsearchTemplate.maybeCallbackAfterSaveWithQuery(Object query, IndexCoordinates index) protected <T> TAbstractElasticsearchTemplate.maybeCallbackBeforeConvert(T entity, IndexCoordinates index) protected <T> Mono<T>AbstractReactiveElasticsearchTemplate.maybeCallbackBeforeConvert(T entity, IndexCoordinates index) protected voidAbstractElasticsearchTemplate.maybeCallbackBeforeConvertWithQueries(List<?> queries, IndexCoordinates index) protected voidAbstractElasticsearchTemplate.maybeCallbackBeforeConvertWithQuery(Object query, IndexCoordinates index) <T> List<MultiGetItem<T>>DocumentOperations.multiGet(Query query, Class<T> clazz, IndexCoordinates index) Execute a multiGet against elasticsearch for the given ids.<T> Flux<MultiGetItem<T>>ReactiveDocumentOperations.multiGet(Query query, Class<T> clazz, IndexCoordinates index) Execute a multiGet against elasticsearch for the given ids.<T> List<SearchHits<T>>SearchOperations.multiSearch(List<? extends Query> queries, Class<T> clazz, IndexCoordinates index) Execute the multi search query against elasticsearch and return result asListofSearchHits.List<SearchHits<?>>SearchOperations.multiSearch(List<? extends Query> queries, List<Class<?>> classes, IndexCoordinates index) Execute the multi search query against elasticsearch and return result asListofSearchHits.AbstractElasticsearchTemplate.openPointInTime(IndexCoordinates index, Duration keepAlive, Boolean ignoreUnavailable) AbstractReactiveElasticsearchTemplate.openPointInTime(IndexCoordinates index, Duration keepAlive, Boolean ignoreUnavailable) ReactiveSearchOperations.openPointInTime(IndexCoordinates index, Duration keepAlive) Opens a point in time (pit) in Elasticsearch.ReactiveSearchOperations.openPointInTime(IndexCoordinates index, Duration keepAlive, Boolean ignoreUnavailable) Opens a point in time (pit) in Elasticsearch.default StringSearchOperations.openPointInTime(IndexCoordinates index, Duration keepAlive) Opens a point in time (pit) in Elasticsearch.SearchOperations.openPointInTime(IndexCoordinates index, Duration keepAlive, Boolean ignoreUnavailable) Opens a point in time (pit) in Elasticsearch.<T> Iterable<T>AbstractElasticsearchTemplate.save(Iterable<T> entities, IndexCoordinates index) <T> TAbstractElasticsearchTemplate.save(T entity, IndexCoordinates index) <T> Flux<T>AbstractReactiveElasticsearchTemplate.save(Flux<T> entities, IndexCoordinates index, int bulkSize) <T> Mono<T>AbstractReactiveElasticsearchTemplate.save(T entity, IndexCoordinates index) <T> Iterable<T>DocumentOperations.save(Iterable<T> entities, IndexCoordinates index) saves the given entities to the given index<T> TDocumentOperations.save(T entity, IndexCoordinates index) Saves an entity to the index specified in the entity's Document annotationdefault <T> Flux<T>ReactiveDocumentOperations.save(Flux<T> entities, IndexCoordinates index) Indexes the entities into the given index.<T> Flux<T>ReactiveDocumentOperations.save(Flux<T> entities, IndexCoordinates index, int bulkSize) Indexes the entities into the given index.default <T> Mono<T>ReactiveDocumentOperations.save(Mono<? extends T> entityPublisher, IndexCoordinates index) Index the entity, once available, under the given type in the given index.<T> Mono<T>ReactiveDocumentOperations.save(T entity, IndexCoordinates index) Index the entity under the given type in the given index.default <T> Flux<T>ReactiveDocumentOperations.saveAll(Iterable<T> entities, IndexCoordinates index) Index entities in the given index.<T> Flux<T>ReactiveDocumentOperations.saveAll(Mono<? extends Collection<? extends T>> entities, IndexCoordinates index) Index entities in the given index.<T> SearchHits<T>AbstractElasticsearchTemplate.search(MoreLikeThisQuery query, Class<T> clazz, IndexCoordinates index) AbstractReactiveElasticsearchTemplate.search(Query query, Class<?> entityType, Class<T> resultType, IndexCoordinates index) ReactiveSearchOperations.search(Query query, Class<?> entityType, Class<T> resultType, IndexCoordinates index) Search the index for entities matching the givenquery.ReactiveSearchOperations.search(Query query, Class<T> entityType, IndexCoordinates index) Search the index for entities matching the givenquery.<T> SearchHits<T>SearchOperations.search(MoreLikeThisQuery query, Class<T> clazz, IndexCoordinates index) more like this query to search for documents that are "like" a specific document.<T> SearchHits<T>SearchOperations.search(Query query, Class<T> clazz, IndexCoordinates index) Execute the criteria query against elasticsearch and return result asSearchHits<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, 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, IndexCoordinates index) Perform a search and return theReactiveSearchHitswhich contains information about the search results and which will provide the documents by theReactiveSearchHits.getSearchHits()method.<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, IndexCoordinates index) 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.<T> SearchHitsIterator<T>AbstractElasticsearchTemplate.searchForStream(Query query, Class<T> clazz, IndexCoordinates index) <T> SearchHitsIterator<T>SearchOperations.searchForStream(Query query, Class<T> clazz, IndexCoordinates index) Executes the givenQueryagainst elasticsearch and return result asSearchHitsIterator.default <T> @Nullable SearchHit<T>SearchOperations.searchOne(Query query, Class<T> clazz, IndexCoordinates index) Execute the query against elasticsearch and return the first returned object.abstract <T> SearchScrollHits<T>AbstractElasticsearchTemplate.searchScrollContinue(String scrollId, long scrollTimeInMillis, Class<T> clazz, IndexCoordinates index) abstract <T> SearchScrollHits<T>AbstractElasticsearchTemplate.searchScrollStart(long scrollTimeInMillis, Query query, Class<T> clazz, IndexCoordinates index) AbstractReactiveElasticsearchTemplate.suggest(Query query, Class<?> entityType, IndexCoordinates index) ReactiveSearchOperations.suggest(Query query, Class<?> entityType, IndexCoordinates index) Does a suggest query.<T> UpdateResponseAbstractElasticsearchTemplate.update(T entity, IndexCoordinates index) DocumentOperations.update(UpdateQuery updateQuery, IndexCoordinates index) Partial update of the document.<T> UpdateResponseDocumentOperations.update(T entity, IndexCoordinates index) Partially update a document by the given entity.ReactiveDocumentOperations.update(UpdateQuery updateQuery, IndexCoordinates index) Partial update of the document.DocumentOperations.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Update document(s) by queryReactiveDocumentOperations.updateByQuery(UpdateQuery updateQuery, IndexCoordinates index) Update document(s) by query.Constructors in org.springframework.data.elasticsearch.core with parameters of type IndexCoordinatesModifierConstructorDescriptionReadDocumentCallback(EntityReader<? super T, Document> reader, Class<T> type, IndexCoordinates index) ReadDocumentCallback(EntityReader<? super T, Document> reader, Class<T> type, IndexCoordinates index) ReadSearchDocumentCallback(Class<T> type, IndexCoordinates index) ReadSearchDocumentResponseCallback(Class<T> type, IndexCoordinates index) ReadSearchScrollDocumentResponseCallback(Class<T> type, IndexCoordinates index) -
Uses of IndexCoordinates in org.springframework.data.elasticsearch.core.event
Methods in org.springframework.data.elasticsearch.core.event with parameters of type IndexCoordinatesModifier and TypeMethodDescriptionAfterConvertCallback.onAfterConvert(T entity, Document document, IndexCoordinates indexCoordinates) Entity callback method invoked after a domain object is materialized from aDocument.ReactiveAfterConvertCallback.onAfterConvert(T entity, Document document, IndexCoordinates indexCoordinates) Entity callback method invoked after a domain object is materialized from aDocument.AfterLoadCallback.onAfterLoad(Document document, Class<T> type, IndexCoordinates indexCoordinates) Entity callback method invoked after a domain object is materialized from aDocument.ReactiveAfterLoadCallback.onAfterLoad(Document document, Class<T> type, IndexCoordinates indexCoordinates) Entity callback method invoked after a domain object is materialized from aDocument.AfterSaveCallback.onAfterSave(T entity, IndexCoordinates index) Entity callback method invoked after a domain object is saved.ReactiveAfterSaveCallback.onAfterSave(T entity, IndexCoordinates index) Entity callback method invoked after a domain object is saved.AuditingEntityCallback.onBeforeConvert(Object entity, IndexCoordinates index) BeforeConvertCallback.onBeforeConvert(T entity, IndexCoordinates index) Callback method that will be invoked before an entity is persisted.ReactiveAuditingEntityCallback.onBeforeConvert(Object entity, IndexCoordinates index) ReactiveBeforeConvertCallback.onBeforeConvert(T entity, IndexCoordinates index) Callback method that will be invoked before an entity is persisted. -
Uses of IndexCoordinates in org.springframework.data.elasticsearch.core.mapping
Methods in org.springframework.data.elasticsearch.core.mapping that return IndexCoordinatesModifier and TypeMethodDescriptionCreateIndexSettings.getIndexCoordinates()ElasticsearchPersistentEntity.getIndexCoordinates()SimpleElasticsearchPersistentEntity.getIndexCoordinates()static IndexCoordinatesMethods in org.springframework.data.elasticsearch.core.mapping with parameters of type IndexCoordinatesModifier and TypeMethodDescriptionstatic CreateIndexSettings.BuilderCreateIndexSettings.builder(IndexCoordinates indexCoordinates) Constructors in org.springframework.data.elasticsearch.core.mapping with parameters of type IndexCoordinates -
Uses of IndexCoordinates in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return IndexCoordinatesModifier and TypeMethodDescriptionReindexRequest.Dest.getIndex()ReindexRequest.Source.getIndexes()Methods in org.springframework.data.elasticsearch.core.reindex with parameters of type IndexCoordinatesModifier and TypeMethodDescriptionReindexRequest.builder(IndexCoordinates sourceIndex, IndexCoordinates destIndex) Constructors in org.springframework.data.elasticsearch.core.reindex with parameters of type IndexCoordinatesModifierConstructorDescriptionReindexRequestBuilder(IndexCoordinates sourceIndex, IndexCoordinates destIndex) -
Uses of IndexCoordinates in org.springframework.data.elasticsearch.repository.query
Methods in org.springframework.data.elasticsearch.repository.query with parameters of type IndexCoordinatesModifier and TypeMethodDescriptionReactiveElasticsearchQueryExecution.execute(Query query, Class<?> type, @Nullable Class<?> targetType, IndexCoordinates indexCoordinates) ReactiveElasticsearchQueryExecution.ResultProcessingExecution.execute(Query query, Class<?> type, @Nullable Class<?> targetType, IndexCoordinates indexCoordinates) -
Uses of IndexCoordinates in org.springframework.data.elasticsearch.repository.support
Methods in org.springframework.data.elasticsearch.repository.support that return IndexCoordinatesModifier and TypeMethodDescriptionElasticsearchEntityInformation.getIndexCoordinates()MappingElasticsearchEntityInformation.getIndexCoordinates()