Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl.IndexSettings
-
-
Uses of IndexSettings in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type IndexSettings Constructor Description ElasticsearchIndexRootBuilder(ElasticsearchIndexFieldTypeFactoryProvider typeFactoryProvider, EventContext indexEventContext, BackendMapperContext backendMapperContext, IndexNames indexNames, String mappedTypeName, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping customIndexMapping, DynamicMapping dynamicMapping) -
Uses of IndexSettings in org.hibernate.search.backend.elasticsearch.document.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type IndexSettings Constructor Description ElasticsearchIndexModel(IndexNames names, String mappedTypeName, IndexIdentifier identifier, ElasticsearchIndexRoot rootNode, Map<String,ElasticsearchIndexField> staticFields, List<AbstractElasticsearchIndexFieldTemplate<?>> fieldTemplates, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping mapping, RootTypeMapping customMapping) -
Uses of IndexSettings in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl with parameters of type IndexSettings Modifier and Type Method Description voidLowLevelIndexMetadataBuilder. setCustomIndexSettings(IndexSettings customIndexSettings) -
Uses of IndexSettings in org.hibernate.search.backend.elasticsearch.lowlevel.index.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.impl that return IndexSettings Modifier and Type Method Description IndexSettingsIndexMetadata. getSettings()Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.impl with parameters of type IndexSettings Modifier and Type Method Description voidIndexMetadata. setSettings(IndexSettings settings) -
Uses of IndexSettings in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl that return IndexSettings Modifier and Type Method Description IndexSettingsIndexSettings. diff(Map<String,com.google.gson.JsonElement> extraAttributesToRemove)Remove all entries fromextraAttributesthat are present with the exact same values onextraAttributesToRemoveparameter.Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.settings.impl with parameters of type IndexSettings Modifier and Type Method Description voidIndexSettings. merge(IndexSettings other)Merge these (custom) settings with settings generated by Hibernate Search. -
Uses of IndexSettings in org.hibernate.search.backend.elasticsearch.validation.impl
Methods in org.hibernate.search.backend.elasticsearch.validation.impl with parameters of type IndexSettings Modifier and Type Method Description voidIndexSettingsValidator. validate(ValidationErrorCollector errorCollector, IndexSettings expected, IndexSettings actual) -
Uses of IndexSettings in org.hibernate.search.backend.elasticsearch.work.factory.impl
Methods in org.hibernate.search.backend.elasticsearch.work.factory.impl with parameters of type IndexSettings Modifier and Type Method Description PutIndexSettingsWork.BuilderElasticsearch7WorkFactory. putIndexSettings(URLEncodedString indexName, IndexSettings settings)PutIndexSettingsWork.BuilderElasticsearchWorkFactory. putIndexSettings(URLEncodedString indexName, IndexSettings settings) -
Uses of IndexSettings in org.hibernate.search.backend.elasticsearch.work.impl
Methods in org.hibernate.search.backend.elasticsearch.work.impl with parameters of type IndexSettings Modifier and Type Method Description CreateIndexWork.BuilderCreateIndexWork.Builder. settings(IndexSettings settings)Constructors in org.hibernate.search.backend.elasticsearch.work.impl with parameters of type IndexSettings Constructor Description Builder(GsonProvider gsonProvider, URLEncodedString indexName, IndexSettings settings)
-