Uses of Class
org.hibernate.search.backend.lucene.schema.SchemaIdStrategy
-
Packages that use SchemaIdStrategy Package Description org.hibernate.search.backend.lucene.cfg org.hibernate.search.backend.lucene.schema -
-
Uses of SchemaIdStrategy in org.hibernate.search.backend.lucene.cfg
Fields in org.hibernate.search.backend.lucene.cfg declared as SchemaIdStrategy Modifier and Type Field Description static SchemaIdStrategyLuceneBackendSettings.Defaults. SCHEMA_ID_STRATEGY -
Uses of SchemaIdStrategy in org.hibernate.search.backend.lucene.schema
Methods in org.hibernate.search.backend.lucene.schema that return SchemaIdStrategy Modifier and Type Method Description static SchemaIdStrategySchemaIdStrategy. of(String value)static SchemaIdStrategySchemaIdStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaIdStrategy[]SchemaIdStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-