Uses of Interface
org.hibernate.search.backend.lucene.types.converter.LuceneFieldContributor
Packages that use LuceneFieldContributor
-
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.