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.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.addNamedPredicate(String relativeNamedPredicateName, TreeNodeInclusion inclusion, TypedPredicateDefinition<?> 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, org.hibernate.search.util.common.pattern.spi.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)