Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeConverterStep
-
-
Uses of IndexFieldTypeConverterStep in org.hibernate.search.backend.elasticsearch.types.dsl
Subinterfaces of IndexFieldTypeConverterStep in org.hibernate.search.backend.elasticsearch.types.dsl Modifier and Type Interface Description interface
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.dsl Modifier and Type Interface Description interface
LuceneStandardIndexFieldTypeOptionsStep<S extends LuceneStandardIndexFieldTypeOptionsStep<?,F>,F>
-
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 interface
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.dsl Modifier and Type Interface Description interface
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
StringIndexFieldTypeOptionsStep<S extends StringIndexFieldTypeOptionsStep<?>>
The initial and final step in a "string" index field type definition, where optional parameters can be set.
-