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.
-
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) ReactiveIndicesTemplate.getInformation(IndexCoordinates index) -
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 Flux<IndexInformation>ReactiveIndexOperations.getInformation()Gets theIndexInformationfor the indices defined byReactiveIndexOperations.getIndexCoordinates().ReactiveIndexOperations.getInformation(IndexCoordinates index) Gets theIndexInformationfor the indices defined byReactiveIndexOperations.getIndexCoordinates().