Uses of Record Class
org.springframework.data.elasticsearch.core.index.PutIndexTemplateRequest
Packages that use PutIndexTemplateRequest
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 PutIndexTemplateRequest in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc with parameters of type PutIndexTemplateRequestModifier and TypeMethodDescriptionbooleanIndicesTemplate.putIndexTemplate(PutIndexTemplateRequest putIndexTemplateRequest) ReactiveIndicesTemplate.putIndexTemplate(PutIndexTemplateRequest putIndexTemplateRequest) -
Uses of PutIndexTemplateRequest in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core with parameters of type PutIndexTemplateRequestModifier and TypeMethodDescriptionbooleanIndexOperations.putIndexTemplate(PutIndexTemplateRequest putIndexTemplateRequest) Creates an index templateReactiveIndexOperations.putIndexTemplate(PutIndexTemplateRequest putIndexTemplateRequest) Creates an index template. -
Uses of PutIndexTemplateRequest in org.springframework.data.elasticsearch.core.index
Methods in org.springframework.data.elasticsearch.core.index that return PutIndexTemplateRequest