Uses of Enum Class
org.hibernate.search.engine.common.tree.spi.TreeNodeInclusion
Packages that use TreeNodeInclusion
Package
Description
-
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 TreeNodeInclusionModifier and TypeFieldDescriptionfinal TreeNodeInclusionElasticsearchIndexNamedPredicateOptions.inclusionMethods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type TreeNodeInclusionModifier and TypeMethodDescriptionAbstractElasticsearchIndexCompositeNodeBuilder.addField(String relativeFieldName, TreeNodeInclusion inclusion, IndexFieldType<F> indexFieldType) AbstractElasticsearchIndexCompositeNodeBuilder.addFieldTemplate(String templateName, TreeNodeInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix) AbstractElasticsearchIndexCompositeNodeBuilder.addNamedPredicate(String name, TreeNodeInclusion inclusion, PredicateDefinition definition) AbstractElasticsearchIndexCompositeNodeBuilder.addObjectField(String relativeFieldName, TreeNodeInclusion inclusion, ObjectStructure structure) 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 TreeNodeInclusionModifier and TypeMethodDescriptionprotected 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) Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type TreeNodeInclusionModifierConstructorDescriptionElasticsearchIndexObjectField(ElasticsearchIndexCompositeNode parent, String relativeFieldName, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued, Map<String, ElasticsearchIndexField> notYetInitializedStaticChildren) ElasticsearchIndexObjectFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) ElasticsearchIndexValueField(ElasticsearchIndexCompositeNode parent, String relativeFieldName, ElasticsearchIndexValueFieldType<F> type, TreeNodeInclusion inclusion, boolean multiValued) ElasticsearchIndexValueFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, TreeNodeInclusion inclusion, boolean multiValued, ElasticsearchIndexValueFieldType<?> type) -
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 TreeNodeInclusionModifier and TypeFieldDescriptionfinal 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 TreeNodeInclusionModifier 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 TreeNodeInclusionModifierConstructorDescriptionLuceneIndexObjectField(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 TreeNodeInclusionModifier and TypeMethodDescriptionIndexCompositeNodeBuilder.addField(String relativeFieldName, TreeNodeInclusion inclusion, IndexFieldType<F> indexFieldType) Create a new field and add it to the current builder.IndexCompositeNodeBuilder.addFieldTemplate(String templateName, TreeNodeInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix) Create a new field template and add it to the current builder.IndexCompositeNodeBuilder.addNamedPredicate(String relativeNamedPredicateName, TreeNodeInclusion inclusion, PredicateDefinition definition) Create a new named predicate and add it to the current builder.IndexCompositeNodeBuilder.addObjectField(String relativeFieldName, TreeNodeInclusion inclusion, ObjectStructure structure) Create a new object field and add it to the current builder.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 TreeNodeInclusionMethods in org.hibernate.search.engine.backend.document.model.spi that return TreeNodeInclusionModifier and TypeMethodDescriptionfinal TreeNodeInclusionAbstractIndexField.inclusion()final TreeNodeInclusionAbstractIndexFieldTemplate.inclusion()final TreeNodeInclusionAbstractIndexRoot.inclusion()IndexNode.inclusion()Methods in org.hibernate.search.engine.backend.document.model.spi with parameters of type TreeNodeInclusionModifier and TypeMethodDescriptionprotected 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 TreeNodeInclusionModifierConstructorDescriptionAbstractIndexField(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 TreeNodeInclusionModifier and TypeMethodDescriptionTreeNodeInclusion.compose(TreeNodeInclusion childInclusion) static TreeNodeInclusionReturns the enum constant of this class with the specified name.static TreeNodeInclusion[]TreeNodeInclusion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.search.engine.common.tree.spi with parameters of type TreeNodeInclusionModifier and TypeMethodDescriptionTreeNodeInclusion.compose(TreeNodeInclusion childInclusion) TreeNestingContext.CompositeFactory.create(String prefixedRelativeName, TreeNodeInclusion inclusion, TreeNestingContext nestedNestingContext) TreeNestingContext.LeafFactory.create(String prefixedRelativeName, TreeNodeInclusion inclusion) TreeNestingContext.UnfilteredFactory.create(TreeNodeInclusion inclusion, String prefix)