Uses of Class
org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexValueField
Packages that use LuceneIndexValueField
Package
Description
-
Uses of LuceneIndexValueField in org.hibernate.search.backend.lucene.document.impl
Methods in org.hibernate.search.backend.lucene.document.impl with parameters of type LuceneIndexValueFieldModifier and TypeMethodDescriptionvoidLuceneIndexFieldReference.setSchemaNode(LuceneIndexValueField<F> schemaNode) -
Uses of LuceneIndexValueField in org.hibernate.search.backend.lucene.document.model.dsl.impl
Methods in org.hibernate.search.backend.lucene.document.model.dsl.impl with parameters of type LuceneIndexValueFieldModifier and TypeMethodDescriptionvoidLuceneIndexNodeCollector.collect(String absoluteFieldPath, LuceneIndexValueField<?> node) -
Uses of LuceneIndexValueField in org.hibernate.search.backend.lucene.document.model.impl
Methods in org.hibernate.search.backend.lucene.document.model.impl that return LuceneIndexValueFieldModifier and TypeMethodDescriptionprotected LuceneIndexValueField<F>LuceneIndexValueField.self()LuceneIndexNode.toValueField()LuceneIndexObjectField.toValueField()LuceneIndexRoot.toValueField()<T> LuceneIndexValueField<? super T>LuceneIndexValueField.withValueType(Class<T> expectedSubType, EventContext eventContext)