Uses of Interface
org.hibernate.search.backend.lucene.types.converter.LuceneFieldContributor
-
-
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 LuceneFieldContributor Constructor Description LuceneFieldFieldCodec(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 LuceneFieldContributor Modifier and Type Method Description default <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 LuceneFieldContributor Modifier and Type Method Description <F> IndexFieldTypeOptionsStep<?,F>LuceneIndexFieldTypeFactoryImpl. asNative(Class<F> indexFieldType, LuceneFieldContributor<F> fieldContributor, LuceneFieldValueExtractor<F> fieldValueExtractor)
-