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