Uses of Enum
org.hibernate.search.engine.backend.types.Searchable
Packages that use Searchable
Package
Description
-
Uses of Searchable in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return SearchableModifier and TypeMethodDescriptionstatic Searchable
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 SearchableModifier and TypeMethodDescriptionSearchableProjectableIndexFieldTypeOptionsStep.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 SearchableModifier and TypeMethodDescriptionPropertyMappingStandardFieldOptionsStep.searchable
(Searchable searchable) PropertyMappingVectorFieldOptionsStep.searchable
(Searchable searchable)