Uses of Class
org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexValueField
-
-
Uses of LuceneIndexValueField in org.hibernate.search.backend.lucene.document.impl
Methods in org.hibernate.search.backend.lucene.document.impl with parameters of type LuceneIndexValueField Modifier and Type Method Description voidLuceneIndexFieldReference. 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 LuceneIndexValueField Modifier and Type Method Description voidLuceneIndexNodeCollector. 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 LuceneIndexValueField Modifier and Type Method Description protected LuceneIndexValueField<F>LuceneIndexValueField. self()LuceneIndexValueField<?>LuceneIndexNode. toValueField()LuceneIndexValueField<?>LuceneIndexObjectField. toValueField()LuceneIndexValueField<?>LuceneIndexRoot. toValueField()<T> LuceneIndexValueField<? super T>LuceneIndexValueField. withValueType(Class<T> expectedSubType, EventContext eventContext)
-