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.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 TreeNodeInclusion
AbstractIndexField.inclusion()
final TreeNodeInclusion
AbstractIndexFieldTemplate.inclusion()
final TreeNodeInclusion
AbstractIndexRoot.inclusion()
IndexNode.inclusion()
Methods in org.hibernate.search.engine.backend.document.model.spi with parameters of type TreeNodeInclusionModifier and TypeMethodDescriptionprotected abstract F
AbstractIndexFieldTemplate.createNode
(C parent, String relativePath, FT type, TreeNodeInclusion inclusion, boolean multiValued) abstract <T> T
IndexFieldFilter.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 TreeNodeInclusion
Returns 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)