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 TypeMethodDescriptionReactiveIndicesTemplate.createSettings()ReactiveIndicesTemplate.createSettings(Class<?> clazz) ReactiveIndicesTemplate.getSettings(boolean includeDefaults) -
Uses of Settings in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return SettingsModifier and TypeMethodDescriptionIndexOperations.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 class@Nullable SettingsIndexInformation.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 TypeMethodDescriptionReactiveIndexOperations.createSettings()Creates the index settings for the entity this IndexOperations is bound to.ReactiveIndexOperations.createSettings(Class<?> clazz) Creates the index settings from the annotations on the given classReactiveIndexOperations.getSettings()get the settings for the indexReactiveIndexOperations.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)@Nullable SettingsPutTemplateRequest.getSettings()@Nullable SettingsTemplateData.getSettings()static SettingsCreates aSettingsobject from the given JSON String@Nullable SettingsComponentTemplateRequestData.settings()Returns the value of thesettingsrecord component.@Nullable SettingsPutIndexTemplateRequest.settings()Returns the value of thesettingsrecord component.@Nullable SettingsTemplateResponseData.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(@Nullable Settings settings) Constructors in org.springframework.data.elasticsearch.core.index with parameters of type SettingsModifierConstructorDescriptionComponentTemplateRequestData(@Nullable Settings settings, @Nullable Document mapping, @Nullable AliasActions aliasActions, @Nullable Boolean allowAutoCreate) Creates an instance of aComponentTemplateRequestDatarecord class.PutIndexTemplateRequest(String name, String[] indexPatterns, @Nullable Settings settings, @Nullable Document mapping, @Nullable AliasActions aliasActions, List<String> composedOf) Creates an instance of aPutIndexTemplateRequestrecord class.TemplateResponseData(@Nullable Document mapping, @Nullable 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()