Uses of Class
org.hibernate.search.backend.lucene.types.impl.LuceneIndexValueFieldType
Packages that use LuceneIndexValueFieldType
Package
Description
-
Uses of LuceneIndexValueFieldType in org.hibernate.search.backend.lucene.document.model.impl
Methods in org.hibernate.search.backend.lucene.document.model.impl with parameters of type LuceneIndexValueFieldTypeModifier and TypeMethodDescriptionprotected LuceneIndexFieldLuceneIndexValueFieldTemplate.createNode(LuceneIndexCompositeNode parent, String relativePath, LuceneIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) Constructors in org.hibernate.search.backend.lucene.document.model.impl with parameters of type LuceneIndexValueFieldTypeModifierConstructorDescriptionLuceneIndexValueField(LuceneIndexCompositeNode parent, String relativeFieldName, LuceneIndexValueFieldType<F> type, TreeNodeInclusion inclusion, boolean multiValued, boolean dynamic) LuceneIndexValueFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) -
Uses of LuceneIndexValueFieldType in org.hibernate.search.backend.lucene.types.impl
Methods in org.hibernate.search.backend.lucene.types.impl that return LuceneIndexValueFieldType