Uses of Class
org.hibernate.search.backend.elasticsearch.index.DynamicMapping
-
Packages that use DynamicMapping Package Description org.hibernate.search.backend.elasticsearch.cfg org.hibernate.search.backend.elasticsearch.index -
-
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.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.
-