Uses of Class
org.hibernate.search.engine.common.tree.spi.TreeNodeInclusion
-
-
Uses of TreeNodeInclusion in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Fields in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl declared as TreeNodeInclusion Modifier and Type Field Description TreeNodeInclusionElasticsearchIndexNamedPredicateOptions. inclusionMethods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type TreeNodeInclusion Modifier and Type Method Description <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>AbstractElasticsearchIndexCompositeNodeBuilder. addField(String relativeFieldName, TreeNodeInclusion inclusion, IndexFieldType<F> indexFieldType)IndexSchemaFieldTemplateOptionsStep<?>AbstractElasticsearchIndexCompositeNodeBuilder. addFieldTemplate(String templateName, TreeNodeInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix)IndexSchemaNamedPredicateOptionsStepAbstractElasticsearchIndexCompositeNodeBuilder. addNamedPredicate(String name, TreeNodeInclusion inclusion, PredicateDefinition definition)IndexObjectFieldBuilderAbstractElasticsearchIndexCompositeNodeBuilder. addObjectField(String relativeFieldName, TreeNodeInclusion inclusion, ObjectStructure structure)IndexSchemaFieldTemplateOptionsStep<?>AbstractElasticsearchIndexCompositeNodeBuilder. addObjectFieldTemplate(String templateName, ObjectStructure structure, String prefix, TreeNodeInclusion inclusion) -
Uses of TreeNodeInclusion in org.hibernate.search.backend.elasticsearch.document.model.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type TreeNodeInclusion Modifier and Type Method Description protected ElasticsearchIndexFieldElasticsearchIndexObjectFieldTemplate. createNode(ElasticsearchIndexCompositeNode parent, String relativePath, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued)protected ElasticsearchIndexFieldElasticsearchIndexValueFieldTemplate. createNode(ElasticsearchIndexCompositeNode parent, String relativePath, ElasticsearchIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) -
Uses of TreeNodeInclusion in org.hibernate.search.backend.lucene.document.model.dsl.impl
Fields in org.hibernate.search.backend.lucene.document.model.dsl.impl declared as TreeNodeInclusion Modifier and Type Field Description TreeNodeInclusionLuceneIndexNamedPredicateOptions. inclusion -
Uses of TreeNodeInclusion in org.hibernate.search.backend.lucene.document.model.impl
Methods in org.hibernate.search.backend.lucene.document.model.impl with parameters of type TreeNodeInclusion 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 TreeNodeInclusion 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) -
Uses of TreeNodeInclusion in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi with parameters of type TreeNodeInclusion Modifier and Type Method Description <F> IndexSchemaFieldOptionsStep<?,IndexFieldReference<F>>IndexCompositeNodeBuilder. addField(String relativeFieldName, TreeNodeInclusion inclusion, IndexFieldType<F> indexFieldType)Create a new field and add it to the current builder.IndexSchemaFieldTemplateOptionsStep<?>IndexCompositeNodeBuilder. addFieldTemplate(String templateName, TreeNodeInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix)Create a new field template and add it to the current builder.IndexSchemaNamedPredicateOptionsStepIndexCompositeNodeBuilder. addNamedPredicate(String relativeNamedPredicateName, TreeNodeInclusion inclusion, PredicateDefinition definition)Create a new named predicate and add it to the current builder.IndexObjectFieldBuilderIndexCompositeNodeBuilder. addObjectField(String relativeFieldName, TreeNodeInclusion inclusion, ObjectStructure structure)Create a new object field and add it to the current builder.IndexSchemaFieldTemplateOptionsStep<?>IndexCompositeNodeBuilder. addObjectFieldTemplate(String templateName, ObjectStructure structure, String prefix, TreeNodeInclusion inclusion)Create a new object field template and add it to the current builder. -
Uses of TreeNodeInclusion in org.hibernate.search.engine.backend.document.model.spi
Fields in org.hibernate.search.engine.backend.document.model.spi declared as TreeNodeInclusion Modifier and Type Field Description protected TreeNodeInclusionAbstractIndexField. inclusionMethods in org.hibernate.search.engine.backend.document.model.spi that return TreeNodeInclusion Modifier and Type Method Description TreeNodeInclusionAbstractIndexField. inclusion()TreeNodeInclusionAbstractIndexFieldTemplate. inclusion()TreeNodeInclusionAbstractIndexRoot. inclusion()TreeNodeInclusionIndexNode. inclusion()Methods in org.hibernate.search.engine.backend.document.model.spi with parameters of type TreeNodeInclusion Modifier and Type Method Description protected abstract FAbstractIndexFieldTemplate. createNode(C parent, String relativePath, FT type, TreeNodeInclusion inclusion, boolean multiValued)abstract <T> TIndexFieldFilter. filter(T field, TreeNodeInclusion inclusion)Constructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type TreeNodeInclusion Constructor Description AbstractIndexField(C parent, String relativeFieldName, NT type, TreeNodeInclusion inclusion, boolean multiValued)AbstractIndexFieldTemplate(C declaringParent, SimpleGlobPattern absolutePathGlob, FT type, TreeNodeInclusion inclusion, boolean multiValued)AbstractIndexObjectField(C parent, String relativeFieldName, NT type, TreeNodeInclusion inclusion, boolean multiValued, Map<String,F> notYetInitializedStaticChildren)AbstractIndexValueField(C parent, String relativeFieldName, FT type, TreeNodeInclusion inclusion, boolean multiValued) -
Uses of TreeNodeInclusion in org.hibernate.search.engine.common.tree.spi
Methods in org.hibernate.search.engine.common.tree.spi that return TreeNodeInclusion Modifier and Type Method Description TreeNodeInclusionTreeNodeInclusion. compose(TreeNodeInclusion childInclusion)static TreeNodeInclusionTreeNodeInclusion. valueOf(String name)Returns the enum constant of this type with the specified name.static TreeNodeInclusion[]TreeNodeInclusion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.common.tree.spi with parameters of type TreeNodeInclusion Modifier and Type Method Description TreeNodeInclusionTreeNodeInclusion. compose(TreeNodeInclusion childInclusion)TTreeNestingContext.CompositeFactory. create(String prefixedRelativeName, TreeNodeInclusion inclusion, TreeNestingContext nestedNestingContext)TTreeNestingContext.LeafFactory. create(String prefixedRelativeName, TreeNodeInclusion inclusion)TTreeNestingContext.UnfilteredFactory. create(TreeNodeInclusion inclusion, String prefix)
-