Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterStep
-
Packages that use IndexFieldTypeConverterStep Package Description org.hibernate.search.engine.backend.types.dsl -
-
Uses of IndexFieldTypeConverterStep in org.hibernate.search.engine.backend.types.dsl
Classes in org.hibernate.search.engine.backend.types.dsl with type parameters of type IndexFieldTypeConverterStep Modifier and Type Interface Description interfaceIndexFieldTypeConverterStep<S extends IndexFieldTypeConverterStep<?,F>,F>The step in an index field type definition where DSL converters (applied when using the search DSL) and projection converters (applied when projecting in a search query) can be set.Subinterfaces of IndexFieldTypeConverterStep in org.hibernate.search.engine.backend.types.dsl Modifier and Type Interface Description interfaceIndexFieldTypeOptionsStep<S extends IndexFieldTypeOptionsStep<?,F>,F>The final step in an index field type definition, where optional parameters can be set.interfaceScaledNumberIndexFieldTypeOptionsStep<S extends ScaledNumberIndexFieldTypeOptionsStep<?,F>,F>The initial and final step in a "scaled number" 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.interfaceStringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<?>>The initial and final step in a "string" index field type definition, where optional parameters can be set.
-