Uses of Interface
org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexCompositeNode
Packages that use LuceneIndexCompositeNode
Package
Description
-
Uses of LuceneIndexCompositeNode in org.hibernate.search.backend.lucene.document.impl
Fields in org.hibernate.search.backend.lucene.document.impl declared as LuceneIndexCompositeNodeModifier and TypeFieldDescriptionprotected final 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 LuceneIndexCompositeNodeModifier and TypeMethodDescriptionvoidLuceneIndexNodeContributor.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 LuceneIndexCompositeNodeMethods in org.hibernate.search.backend.lucene.document.model.impl that return LuceneIndexCompositeNodeModifier and TypeMethodDescriptionLuceneIndexNode.toComposite()LuceneIndexObjectField.toComposite()Methods in org.hibernate.search.backend.lucene.document.model.impl with parameters of type LuceneIndexCompositeNodeModifier and TypeMethodDescriptionprotected 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 LuceneIndexCompositeNodeModifierConstructorDescriptionLuceneIndexObjectField(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)