Uses of Class
org.hibernate.search.backend.lucene.types.impl.LuceneIndexValueFieldType
-
Packages that use LuceneIndexValueFieldType Package Description org.hibernate.search.backend.lucene.document.model.impl org.hibernate.search.backend.lucene.types.impl -
-
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 LuceneIndexValueFieldType Modifier and Type Method Description protected 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 LuceneIndexValueFieldType Constructor Description LuceneIndexValueField(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 Modifier and Type Method Description LuceneIndexValueFieldType<F>LuceneIndexValueFieldType.Builder. build()
-