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.elasticsearch.types.dsl.impl
Classes in org.hibernate.search.backend.elasticsearch.types.dsl.impl that implement IndexFieldTypeFactory -
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.backend.lucene.types.dsl.impl
Classes in org.hibernate.search.backend.lucene.types.dsl.impl that implement 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 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.impl
Method parameters in org.hibernate.search.engine.backend.document.model.dsl.impl with type arguments of type IndexFieldTypeFactoryModifier and TypeMethodDescriptionIndexSchemaElementImpl.field(String relativeFieldName, Function<? super IndexFieldTypeFactory, ? extends IndexFieldTypeFinalStep<F>> typeContributor) IndexSchemaElementImpl.fieldTemplate(String templateName, Function<? super IndexFieldTypeFactory, ? extends IndexFieldTypeFinalStep<?>> typeContributor) Constructors in org.hibernate.search.engine.backend.document.model.dsl.impl with parameters of type IndexFieldTypeFactoryModifierConstructorDescriptionIndexSchemaElementImpl(IndexFieldTypeFactory typeFactory, B objectNodeBuilder, TreeNestingContext nestingContext, boolean directChildrenAreMultiValuedByDefault) -
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. -
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() -
Uses of IndexFieldTypeFactory in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl that return IndexFieldTypeFactoryModifier and TypeMethodDescriptionPropertyBindingContextImpl.typeFactory()TypeBindingContextImpl.typeFactory()ValueBindingContextImpl.typeFactory() -
Uses of IndexFieldTypeFactory in org.hibernate.search.mapper.pojo.bridge.binding.spi
Methods in org.hibernate.search.mapper.pojo.bridge.binding.spi with parameters of type IndexFieldTypeFactoryModifier and TypeMethodDescriptiondefault <F> IndexFieldTypeOptionsStep<?,F> FieldModelContributor.inferDefaultFieldType(IndexFieldTypeFactory factory, Class<F> clazz)