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