Uses of Class
org.hibernate.search.engine.backend.types.Searchable
-
-
Uses of Searchable in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return Searchable Modifier and Type Method Description static Searchable
Searchable. valueOf(String name)
Returns the enum constant of this type with the specified name.static Searchable[]
Searchable. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Searchable in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type Searchable Modifier and Type Method Description S
StandardIndexFieldTypeOptionsStep. searchable(Searchable searchable)
-
Uses of Searchable in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return Searchable Modifier and Type Method Description Searchable
searchable()
Searchable
searchable()
Searchable
searchable()
Searchable
searchable()
-
Uses of Searchable in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type Searchable Modifier and Type Method Description S
PropertyMappingStandardFieldOptionsStep. searchable(Searchable searchable)
-