Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
-
Uses of IndexFieldTypeFactory in org.hibernate.search.engine.backend.document.model.dsl
Method parameters in org.hibernate.search.engine.backend.document.model.dsl with type arguments of type IndexFieldTypeFactory 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 IndexFieldTypeFactory in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi that return IndexFieldTypeFactory Modifier and Type Method Description IndexFieldTypeFactoryIndexSchemaRootNodeBuilder. createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider) -
Uses of IndexFieldTypeFactory in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type IndexFieldTypeFactory Modifier and Type Method Description TIndexFieldTypeFactoryExtension. extendOrFail(IndexFieldTypeFactory original)Attempt to extend a given factory, throwing an exception in case of failure. -
Uses of IndexFieldTypeFactory in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return IndexFieldTypeFactory Modifier and Type Method Description default IndexFieldTypeFactoryIndexBindingContext. createTypeFactory()IndexFieldTypeFactoryIndexBindingContext. createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider)Use this method to provide some defaults to the current request.
-