Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactory
-
-
Uses of IndexFieldTypeFactory in org.hibernate.search.backend.elasticsearch
Methods in org.hibernate.search.backend.elasticsearch with parameters of type IndexFieldTypeFactory Modifier and Type Method Description ElasticsearchIndexFieldTypeFactoryElasticsearchExtension. 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 Modifier and Type Interface Description interfaceElasticsearchIndexFieldTypeFactory -
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 Modifier and Type Class Description classElasticsearchIndexFieldTypeFactoryImpl -
Uses of IndexFieldTypeFactory in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type IndexFieldTypeFactory Modifier and Type Method Description LuceneIndexFieldTypeFactoryLuceneExtension. 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 Modifier and Type Interface Description interfaceLuceneIndexFieldTypeFactory -
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 Modifier and Type Class Description classLuceneIndexFieldTypeFactoryImpl -
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.impl
Method parameters in org.hibernate.search.engine.backend.document.model.dsl.impl with type arguments of type IndexFieldTypeFactory Modifier and Type Method Description <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>IndexSchemaElementImpl. field(String relativeFieldName, Function<? super IndexFieldTypeFactory,? extends IndexFieldTypeFinalStep<F>> typeContributor)IndexSchemaFieldTemplateOptionsStep<?>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 IndexFieldTypeFactory Constructor Description IndexSchemaElementImpl(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 IndexFieldTypeFactory Modifier and Type Method Description IndexFieldTypeFactoryIndexRootBuilder. createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider)IndexFieldTypeFactoryImplicitFieldCollector. 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 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. -
Uses of IndexFieldTypeFactory in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return IndexFieldTypeFactory Modifier and Type Method Description IndexFieldTypeFactoryPropertyBindingContext. typeFactory()IndexFieldTypeFactoryTypeBindingContext. typeFactory()IndexFieldTypeFactoryValueBindingContext. 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 IndexFieldTypeFactory Modifier and Type Method Description IndexFieldTypeFactoryPropertyBindingContextImpl. typeFactory()IndexFieldTypeFactoryTypeBindingContextImpl. typeFactory()IndexFieldTypeFactoryValueBindingContextImpl. typeFactory()
-