Uses of Interface
org.hibernate.search.engine.backend.types.dsl.SearchableProjectableIndexFieldTypeOptionsStep
Packages that use SearchableProjectableIndexFieldTypeOptionsStep
Package
Description
-
Uses of SearchableProjectableIndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dsl
Subinterfaces of SearchableProjectableIndexFieldTypeOptionsStep in org.hibernate.search.backend.elasticsearch.types.dslModifier and TypeInterfaceDescriptioninterface
ElasticsearchStandardIndexFieldTypeOptionsStep<S extends ElasticsearchStandardIndexFieldTypeOptionsStep<?,
F>, F> -
Uses of SearchableProjectableIndexFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dsl
Subinterfaces of SearchableProjectableIndexFieldTypeOptionsStep in org.hibernate.search.backend.lucene.types.dslModifier and TypeInterfaceDescriptioninterface
interface
LuceneVectorFieldTypeOptionsStep<S extends LuceneVectorFieldTypeOptionsStep<?,
F>, F> -
Uses of SearchableProjectableIndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dsl
Classes in org.hibernate.search.engine.backend.types.dsl with type parameters of type SearchableProjectableIndexFieldTypeOptionsStepModifier and TypeInterfaceDescriptioninterface
SearchableProjectableIndexFieldTypeOptionsStep<S extends SearchableProjectableIndexFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "searchable/projectable" index field type definition, where optional parameters can be set.Subinterfaces of SearchableProjectableIndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dslModifier and TypeInterfaceDescriptioninterface
ScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.interface
StandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "standard" index field type definition, where optional parameters can be set.interface
The initial and final step in a "string" index field type definition, where optional parameters can be set.interface
VectorFieldTypeOptionsStep<S extends VectorFieldTypeOptionsStep<?,
F>, F> The initial and final step in a "vector" index field type definition, where optional parameters can be set. -
Uses of SearchableProjectableIndexFieldTypeOptionsStep in org.hibernate.search.mapper.pojo.bridge.binding.spi
Methods in org.hibernate.search.mapper.pojo.bridge.binding.spi that return SearchableProjectableIndexFieldTypeOptionsStepModifier and TypeMethodDescriptionFieldModelContributorContext.searchableProjectableIndexFieldTypeOptionsStep()