Uses of Class
org.hibernate.search.backend.lucene.types.impl.LuceneIndexCompositeNodeType
Packages that use LuceneIndexCompositeNodeType
Package
Description
-
Uses of LuceneIndexCompositeNodeType in org.hibernate.search.backend.lucene.document.model.impl
Methods in org.hibernate.search.backend.lucene.document.model.impl with parameters of type LuceneIndexCompositeNodeTypeModifier and TypeMethodDescriptionprotected LuceneIndexFieldLuceneIndexObjectFieldTemplate.createNode(LuceneIndexCompositeNode parent, String relativePath, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) Constructors in org.hibernate.search.backend.lucene.document.model.impl with parameters of type LuceneIndexCompositeNodeTypeModifierConstructorDescriptionLuceneIndexObjectField(LuceneIndexCompositeNode parent, String relativeFieldName, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued, Map<String, LuceneIndexField> notYetInitializedStaticChildren, boolean dynamic) LuceneIndexObjectFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) LuceneIndexRoot(LuceneIndexCompositeNodeType type, Map<String, LuceneIndexField> notYetInitializedStaticChildren) -
Uses of LuceneIndexCompositeNodeType in org.hibernate.search.backend.lucene.types.impl
Methods in org.hibernate.search.backend.lucene.types.impl that return LuceneIndexCompositeNodeType