Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFinalStep
-
Packages that use IndexFieldTypeFinalStep Package Description org.hibernate.search.engine.backend.document.model.dsl org.hibernate.search.engine.backend.types.dsl -
-
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 IndexFieldTypeFinalStep Modifier and Type Method Description default <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 IndexFieldTypeFinalStep Modifier and Type Method Description <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>IndexSchemaElement. 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.IndexSchemaFieldTemplateOptionsStep<?>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.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.
-