Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFinalStep
Packages that use IndexFieldTypeFinalStep
Package
Description
-
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 TypeInterfaceDescriptioninterfaceIndexFieldTypeOptionsStep<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.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.