Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFinalStep
-
-
Uses of IndexFieldTypeFinalStep in org.hibernate.search.backend.elasticsearch.types.dsl
Subinterfaces of IndexFieldTypeFinalStep 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 IndexFieldTypeFinalStep in org.hibernate.search.backend.lucene.types.dsl
Subinterfaces of IndexFieldTypeFinalStep in org.hibernate.search.backend.lucene.types.dsl Modifier and Type Interface Description interface
LuceneStandardIndexFieldTypeOptionsStep<S extends LuceneStandardIndexFieldTypeOptionsStep<?,F>,F>
-
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 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.
-