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