Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeOptionsStep
Packages that use IndexFieldTypeOptionsStep
-
Uses of IndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dsl
Classes in org.hibernate.search.engine.backend.types.dsl with type parameters of type IndexFieldTypeOptionsStepModifier and TypeInterfaceDescriptioninterfaceIndexFieldTypeOptionsStep<S extends IndexFieldTypeOptionsStep<?,F>, F> The final step in an index field type definition, where optional parameters can be set.Subinterfaces of IndexFieldTypeOptionsStep in org.hibernate.search.engine.backend.types.dslModifier and TypeInterfaceDescriptioninterfaceScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,F>, F> The initial and final step in a "scaled number" index field type definition, where optional parameters can be set.interfaceSearchableProjectableIndexFieldTypeOptionsStep<S extends SearchableProjectableIndexFieldTypeOptionsStep<?,F>, F> The initial and final step in a "searchable/projectable" index field type definition, where optional parameters can be set.interfaceStandardIndexFieldTypeOptionsStep<S extends StandardIndexFieldTypeOptionsStep<?,F>, F> The initial and final step in a "standard" index field type definition, where optional parameters can be set.interfaceThe initial and final step in a "string" index field type definition, where optional parameters can be set.interfaceVectorFieldTypeOptionsStep<S extends VectorFieldTypeOptionsStep<?,F>, F> The initial and final step in a "vector" index field type definition, where optional parameters can be set.