Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterStep
Packages that use IndexFieldTypeConverterStep
Package
Description
-
Uses of IndexFieldTypeConverterStep in org.hibernate.search.backend.elasticsearch.types.dsl
Subinterfaces of IndexFieldTypeConverterStep in org.hibernate.search.backend.elasticsearch.types.dslModifier and TypeInterfaceDescriptioninterface
ElasticsearchNativeIndexFieldTypeOptionsStep<S extends ElasticsearchNativeIndexFieldTypeOptionsStep<?>>
interface
ElasticsearchStandardIndexFieldTypeOptionsStep<S extends ElasticsearchStandardIndexFieldTypeOptionsStep<?,
F>, F> -
Uses of IndexFieldTypeConverterStep in org.hibernate.search.backend.lucene.types.dsl
Subinterfaces of IndexFieldTypeConverterStep in org.hibernate.search.backend.lucene.types.dslModifier and TypeInterfaceDescriptioninterface
-
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 IndexFieldTypeConverterStepModifier and TypeInterfaceDescriptioninterface
IndexFieldTypeConverterStep<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.dslModifier and TypeInterfaceDescriptioninterface
IndexFieldTypeOptionsStep<S extends IndexFieldTypeOptionsStep<?,
F>, F> The final step in an index field type definition, where optional parameters can be set.interface
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.