Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.DynamicType
-
Packages that use DynamicType Package Description org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl org.hibernate.search.backend.elasticsearch.types.impl -
-
Uses of DynamicType in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl that return DynamicType Modifier and Type Method Description static DynamicTypeDynamicType. create(DynamicMapping dynamicMapping)DynamicTypeAbstractTypeMapping. getDynamic()static DynamicTypeDynamicType. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamicType[]DynamicType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl with parameters of type DynamicType Modifier and Type Method Description voidAbstractTypeMapping. setDynamic(DynamicType dynamic) -
Uses of DynamicType in org.hibernate.search.backend.elasticsearch.types.impl
Methods in org.hibernate.search.backend.elasticsearch.types.impl with parameters of type DynamicType Modifier and Type Method Description PropertyMappingElasticsearchIndexCompositeNodeType. createMapping(DynamicType dynamicType)
-