Uses of Interface
org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexCompositeNode
-
-
Uses of LuceneIndexCompositeNode in org.hibernate.search.backend.lucene.document.impl
Fields in org.hibernate.search.backend.lucene.document.impl declared as LuceneIndexCompositeNode Modifier and Type Field Description protected LuceneIndexCompositeNodeAbstractLuceneDocumentElementBuilder. schemaNode -
Uses of LuceneIndexCompositeNode 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 LuceneIndexCompositeNode Modifier and Type Method Description voidLuceneIndexNodeContributor. contribute(LuceneIndexNodeCollector collector, LuceneIndexCompositeNode parentNode, Map<String,LuceneIndexField> staticChildrenByNameForParent) -
Uses of LuceneIndexCompositeNode in org.hibernate.search.backend.lucene.document.model.impl
Classes in org.hibernate.search.backend.lucene.document.model.impl that implement LuceneIndexCompositeNode Modifier and Type Class Description classLuceneIndexObjectFieldclassLuceneIndexRootMethods in org.hibernate.search.backend.lucene.document.model.impl that return LuceneIndexCompositeNode Modifier and Type Method Description LuceneIndexCompositeNodeLuceneIndexNode. toComposite()LuceneIndexCompositeNodeLuceneIndexObjectField. toComposite()Methods in org.hibernate.search.backend.lucene.document.model.impl with parameters of type LuceneIndexCompositeNode Modifier and Type Method Description protected LuceneIndexFieldLuceneIndexObjectFieldTemplate. createNode(LuceneIndexCompositeNode parent, String relativePath, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued)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 LuceneIndexCompositeNode 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)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)
-