Class SimpleNodeAggregator
java.lang.Object
org.apache.jackrabbit.oak.plugins.index.aggregate.SimpleNodeAggregator
- All Implemented Interfaces:
QueryIndex.NodeAggregator
List based NodeAggregator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParents(NodeState root, String path) newRuleWithName(String primaryType, List<String> includes) Include children with the provided name.
-
Field Details
-
INCLUDE_ALL
- See Also:
-
-
Constructor Details
-
SimpleNodeAggregator
public SimpleNodeAggregator()
-
-
Method Details
-
getParents
- Specified by:
getParentsin interfaceQueryIndex.NodeAggregator
-
newRuleWithName
Include children with the provided name. '*' means include all children Note: there is no support for property names yet
-