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.
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).
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.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return SettingsModifier and TypeMethodDescriptionstatic SettingsResponseConverter.fromSettingsResponse(org.elasticsearch.action.admin.indices.settings.get.GetSettingsResponse response, String indexName) Deprecated.extract the index settings information for a given index -
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) AbstractIndexTemplate.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 StringComponentTemplateRequestData.settings()Returns the value of thesettingsrecord component.PutIndexTemplateRequest.settings()Returns the value of thesettingsrecord component.TemplateResponseData.settings()Returns the value of thesettingsrecord component.Methods in org.springframework.data.elasticsearch.core.index with parameters of type SettingsModifier and TypeMethodDescriptionvoidMerges some other settings onto this one.PutIndexTemplateRequest.Builder.withSettings(Settings settings) TemplateResponseData.Builder.withSettings(Settings settings) Constructors in org.springframework.data.elasticsearch.core.index with parameters of type SettingsModifierConstructorDescriptionComponentTemplateRequestData(Settings settings, Document mapping, AliasActions aliasActions, Boolean allowAutoCreate) Creates an instance of aComponentTemplateRequestDatarecord class.PutIndexTemplateRequest(String name, String[] indexPatterns, Settings settings, Document mapping, AliasActions aliasActions, List<String> composedOf) Creates an instance of aPutIndexTemplateRequestrecord class.TemplateResponseData(Document mapping, Settings settings, Map<String, AliasData> aliases, List<String> composedOf) Creates an instance of aTemplateResponseDatarecord class. -
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()