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 DynamicMapping
ElasticsearchIndexSettings.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 DynamicMapping
DynamicMapping. of(String value)
static DynamicMapping
DynamicMapping. 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.
-