Uses of Class
org.springframework.data.elasticsearch.core.IndexInformation
Packages that use IndexInformation
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 IndexInformation in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type IndexInformationModifier and TypeMethodDescriptionIndicesTemplate.getInformation(IndexCoordinates indexCoordinates) reactor.core.publisher.Flux<IndexInformation>ReactiveIndicesTemplate.getInformation(IndexCoordinates index) -
Uses of IndexInformation in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return types with arguments of type IndexInformationModifier and TypeMethodDescriptionstatic List<IndexInformation>ResponseConverter.getIndexInformations(org.elasticsearch.action.admin.indices.get.GetIndexResponse getIndexResponse) Deprecated.get the index informations from aGetIndexResponse(transport client)static List<IndexInformation>ResponseConverter.getIndexInformations(org.elasticsearch.client.indices.GetIndexResponse getIndexResponse) Deprecated.get the index informations from aGetIndexResponse -
Uses of IndexInformation in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return IndexInformationMethods in org.springframework.data.elasticsearch.core that return types with arguments of type IndexInformationModifier and TypeMethodDescriptiondefault List<IndexInformation>IndexOperations.getInformation()Gets theIndexInformationfor the indices defined byIndexOperations.getIndexCoordinates().IndexOperations.getInformation(IndexCoordinates index) Gets theIndexInformationfor the indices defined by #index.default reactor.core.publisher.Flux<IndexInformation>ReactiveIndexOperations.getInformation()Gets theIndexInformationfor the indices defined byReactiveIndexOperations.getIndexCoordinates().reactor.core.publisher.Flux<IndexInformation>ReactiveIndexOperations.getInformation(IndexCoordinates index) Gets theIndexInformationfor the indices defined byReactiveIndexOperations.getIndexCoordinates().