Uses of Interface
org.hibernate.search.backend.lucene.types.converter.LuceneFieldContributor
Packages that use LuceneFieldContributor
Package
Description
-
Uses of LuceneFieldContributor in org.hibernate.search.backend.lucene.types.codec.impl
Constructors in org.hibernate.search.backend.lucene.types.codec.impl with parameters of type LuceneFieldContributorModifierConstructorDescriptionLuceneFieldFieldCodec(Class<F> valueClass, LuceneFieldContributor<F> fieldContributor, LuceneFieldValueExtractor<F> fieldValueExtractor) -
Uses of LuceneFieldContributor in org.hibernate.search.backend.lucene.types.dsl
Methods in org.hibernate.search.backend.lucene.types.dsl with parameters of type LuceneFieldContributorModifier and TypeMethodDescriptiondefault <F> IndexFieldTypeOptionsStep<?,F> LuceneIndexFieldTypeFactory.asNative(Class<F> valueType, LuceneFieldContributor<F> fieldContributor) Define a native field type on which projection is not allowed.<F> IndexFieldTypeOptionsStep<?,F> LuceneIndexFieldTypeFactory.asNative(Class<F> valueType, LuceneFieldContributor<F> fieldContributor, LuceneFieldValueExtractor<F> fieldValueExtractor) Define a native field type. -
Uses of LuceneFieldContributor in org.hibernate.search.backend.lucene.types.dsl.impl
Methods in org.hibernate.search.backend.lucene.types.dsl.impl with parameters of type LuceneFieldContributorModifier and TypeMethodDescription<F> IndexFieldTypeOptionsStep<?,F> LuceneIndexFieldTypeFactoryImpl.asNative(Class<F> indexFieldType, LuceneFieldContributor<F> fieldContributor, LuceneFieldValueExtractor<F> fieldValueExtractor)