Uses of Class
org.springframework.data.elasticsearch.core.index.Settings
Packages that use Settings
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 Settings in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return SettingsModifier and TypeMethodDescriptionIndicesTemplate.createSettings()IndicesTemplate.createSettings(Class<?> clazz) IndicesTemplate.getSettings()IndicesTemplate.getSettings(boolean includeDefaults) Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type SettingsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Settings>ReactiveIndicesTemplate.createSettings()reactor.core.publisher.Mono<Settings>ReactiveIndicesTemplate.createSettings(Class<?> clazz) reactor.core.publisher.Mono<Settings>ReactiveIndicesTemplate.getSettings(boolean includeDefaults) -
Uses of Settings in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return SettingsModifier and TypeMethodDescriptionAbstractIndexTemplate.createSettings()AbstractIndexTemplate.createSettings(Class<?> clazz) IndexOperations.createSettings()Creates the index settings for the entity this IndexOperations is bound to.IndexOperations.createSettings(Class<?> clazz) Creates the index settings from the annotations on the given classprotected abstract SettingsAbstractIndexTemplate.doGetSettings(IndexCoordinates index, boolean includeDefaults) static SettingsResponseConverter.fromSettingsResponse(org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse response, String indexName) extract the index settings information for a given indexAbstractIndexTemplate.getSettings()AbstractIndexTemplate.getSettings(boolean includeDefaults) IndexInformation.getSettings()IndexOperations.getSettings()Get the index settings.IndexOperations.getSettings(boolean includeDefaults) Get the index settings.Methods in org.springframework.data.elasticsearch.core that return types with arguments of type SettingsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Settings>ReactiveIndexOperations.createSettings()Creates the index settings for the entity this IndexOperations is bound to.reactor.core.publisher.Mono<Settings>ReactiveIndexOperations.createSettings(Class<?> clazz) Creates the index settings from the annotations on the given classdefault reactor.core.publisher.Mono<Settings>ReactiveIndexOperations.getSettings()get the settings for the indexreactor.core.publisher.Mono<Settings>ReactiveIndexOperations.getSettings(boolean includeDefaults) get the settings for the indexMethods in org.springframework.data.elasticsearch.core with parameters of type Settings -
Uses of Settings in org.springframework.data.elasticsearch.core.index
Methods in org.springframework.data.elasticsearch.core.index that return SettingsModifier and TypeMethodDescriptionSettings.flatten()flattens the nested structure (JSON fields index/foo/bar/: value) into a flat structure (index.foo.bar: value)PutTemplateRequest.getSettings()TemplateData.getSettings()static SettingsCreates aSettingsobject from the given JSON StringMethods in org.springframework.data.elasticsearch.core.index with parameters of type Settings -
Uses of Settings in org.springframework.data.elasticsearch.core.mapping
Methods in org.springframework.data.elasticsearch.core.mapping that return SettingsModifier and TypeMethodDescriptionElasticsearchPersistentEntity.getDefaultSettings()returns the default settings for an index.SimpleElasticsearchPersistentEntity.getDefaultSettings()