Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Packages that use IndexFieldTypeFactory
Package
Description
-
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 IndexFieldTypeFactoryModifier 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 IndexFieldTypeFactory in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi that return IndexFieldTypeFactoryModifier and TypeMethodDescriptionIndexRootBuilder.createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider) ImplicitFieldCollector.indexFieldTypeFactory()Returned factory can be used to easily create a field type forImplicitFieldCollector.addImplicitField(String, IndexFieldType). -
Uses of IndexFieldTypeFactory in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type IndexFieldTypeFactoryModifier and TypeMethodDescriptionIndexFieldTypeFactoryExtension.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 IndexFieldTypeFactoryModifier and TypeMethodDescriptiondefault IndexFieldTypeFactoryIndexBindingContext.createTypeFactory()IndexBindingContext.createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider) Use this method to provide some defaults to the current request.