Uses of Class
org.hibernate.search.backend.elasticsearch.index.DynamicMapping
-
-
Uses of DynamicMapping in org.hibernate.search.backend.elasticsearch.cfg
Fields in org.hibernate.search.backend.elasticsearch.cfg declared as DynamicMapping Modifier and Type Field Description static DynamicMappingElasticsearchIndexSettings.Defaults. DYNAMIC_MAPPING -
Uses of DynamicMapping 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 DynamicMapping Constructor Description ElasticsearchIndexRootBuilder(ElasticsearchIndexFieldTypeFactoryProvider typeFactoryProvider, EventContext indexEventContext, BackendMapperContext backendMapperContext, IndexNames indexNames, String mappedTypeName, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping customIndexMapping, DynamicMapping dynamicMapping) -
Uses of DynamicMapping in org.hibernate.search.backend.elasticsearch.index
Methods in org.hibernate.search.backend.elasticsearch.index that return DynamicMapping Modifier and Type Method Description static DynamicMappingDynamicMapping. of(String value)static DynamicMappingDynamicMapping. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamicMapping[]DynamicMapping. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DynamicMapping in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with parameters of type DynamicMapping Modifier and Type Method Description static DynamicTypeDynamicType. create(DynamicMapping dynamicMapping)
-