Uses of Record Class
org.springframework.data.elasticsearch.core.index.TemplateResponse
Packages that use TemplateResponse
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
Classes related to Elasticsearch index management.
-
Uses of TemplateResponse in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type TemplateResponseModifier and TypeMethodDescriptionIndicesTemplate.getComponentTemplate(GetComponentTemplateRequest getComponentTemplateRequest) ReactiveIndicesTemplate.getComponentTemplate(GetComponentTemplateRequest getComponentTemplateRequest) IndicesTemplate.getIndexTemplate(GetIndexTemplateRequest getIndexTemplateRequest) ReactiveIndicesTemplate.getIndexTemplate(GetIndexTemplateRequest getIndexTemplateRequest) -
Uses of TemplateResponse in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return types with arguments of type TemplateResponseModifier and TypeMethodDescriptionIndexOperations.getComponentTemplate(GetComponentTemplateRequest getComponentTemplateRequest) Get a component template.ReactiveIndexOperations.getComponentTemplate(GetComponentTemplateRequest getComponentTemplateRequest) Get component template(s).default List<TemplateResponse>IndexOperations.getIndexTemplate(String templateName) Gets an index template.IndexOperations.getIndexTemplate(GetIndexTemplateRequest getIndexTemplateRequest) Gets an index template.default Flux<TemplateResponse>ReactiveIndexOperations.getIndexTemplate(String indexTemplateName) Get index template(s).ReactiveIndexOperations.getIndexTemplate(GetIndexTemplateRequest getIndexTemplateRequest) Get index template(s). -
Uses of TemplateResponse in org.springframework.data.elasticsearch.core.index
Methods in org.springframework.data.elasticsearch.core.index that return TemplateResponse