Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFinalStep
Packages that use IndexFieldTypeFinalStep
Package
Description
-
Uses of IndexFieldTypeFinalStep in org.hibernate.search.backend.elasticsearch.types.dsl
Subinterfaces of IndexFieldTypeFinalStep in org.hibernate.search.backend.elasticsearch.types.dslModifier and TypeInterfaceDescriptioninterface
ElasticsearchNativeIndexFieldTypeOptionsStep<S extends ElasticsearchNativeIndexFieldTypeOptionsStep<?>>
interface
ElasticsearchStandardIndexFieldTypeOptionsStep<S extends ElasticsearchStandardIndexFieldTypeOptionsStep<?,
F>, F> -
Uses of IndexFieldTypeFinalStep in org.hibernate.search.backend.lucene.types.dsl
Subinterfaces of IndexFieldTypeFinalStep in org.hibernate.search.backend.lucene.types.dslModifier and TypeInterfaceDescriptioninterface
-
Uses of IndexFieldTypeFinalStep in org.hibernate.search.engine.backend.document.model.dsl
Methods in org.hibernate.search.engine.backend.document.model.dsl with parameters of type IndexFieldTypeFinalStepModifier and TypeMethodDescriptiondefault <F> IndexSchemaFieldOptionsStep<?,
IndexFieldReference<F>> IndexSchemaElement.field
(String relativeFieldName, IndexFieldTypeFinalStep<F> dslFinalStep) Add a field to this index schema element with the given almost-built type.default IndexSchemaFieldTemplateOptionsStep<?>
IndexSchemaElement.fieldTemplate
(String templateName, IndexFieldTypeFinalStep<?> dslFinalStep) Add a field template to this index schema element with the given almost-built type.Method parameters in org.hibernate.search.engine.backend.document.model.dsl with type arguments of type IndexFieldTypeFinalStepModifier and TypeMethodDescriptionIndexSchemaElement.field
(String relativeFieldName, Function<? super IndexFieldTypeFactory, ? extends IndexFieldTypeFinalStep<F>> typeContributor) Add a field to this index schema element with the type to be defined by the given function.IndexSchemaElement.fieldTemplate
(String templateName, Function<? super IndexFieldTypeFactory, ? extends IndexFieldTypeFinalStep<?>> typeContributor) Add a field to this index schema element with the type to be defined by the given function. -
Uses of IndexFieldTypeFinalStep in org.hibernate.search.engine.backend.types.dsl
Subinterfaces of IndexFieldTypeFinalStep 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.