Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
Packages that use IndexFieldTypeFactory
Package
Description
-
Uses of IndexFieldTypeFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type IndexFieldTypeFactoryModifier and TypeMethodDescriptionElasticsearchExtension.extendOrFail
(IndexFieldTypeFactory original) Attempt to extend a given factory, throwing an exception in case of failure. -
Uses of IndexFieldTypeFactory in org.hibernate.search.backend.elasticsearch.types.dsl
Subinterfaces of IndexFieldTypeFactory in org.hibernate.search.backend.elasticsearch.types.dsl -
Uses of IndexFieldTypeFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type IndexFieldTypeFactoryModifier and TypeMethodDescriptionLuceneExtension.extendOrFail
(IndexFieldTypeFactory original) Attempt to extend a given factory, throwing an exception in case of failure. -
Uses of IndexFieldTypeFactory in org.hibernate.search.backend.lucene.types.dsl
Subinterfaces of IndexFieldTypeFactory in org.hibernate.search.backend.lucene.types.dsl -
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 IndexFieldTypeFactory
IndexBindingContext.createTypeFactory()
IndexBindingContext.createTypeFactory
(IndexFieldTypeDefaultsProvider defaultsProvider) Use this method to provide some defaults to the current request. -
Uses of IndexFieldTypeFactory in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return IndexFieldTypeFactoryModifier and TypeMethodDescriptionPropertyBindingContext.typeFactory()
TypeBindingContext.typeFactory()
ValueBindingContext.typeFactory()