Uses of Interface
org.apache.jackrabbit.core.query.lucene.HierarchyResolver
- 
Packages that use HierarchyResolver Package Description org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.core.query.lucene.join 
- 
- 
Uses of HierarchyResolver in org.apache.jackrabbit.core.query.luceneClasses in org.apache.jackrabbit.core.query.lucene that implement HierarchyResolver Modifier and Type Class Description classCachingMultiIndexReaderclassJackrabbitIndexReaderJackrabbitIndexReaderwraps an index reader andreleasesthe underlying reader when a client callsIndexReader.close()on this reader.protected static classSearchIndex.CombinedIndexReader
- 
Uses of HierarchyResolver in org.apache.jackrabbit.core.query.lucene.joinMethods in org.apache.jackrabbit.core.query.lucene.join with parameters of type HierarchyResolver Modifier and Type Method Description static JoinJoin. create(MultiColumnQueryHits left, MultiColumnQueryHits right, JoinType joinType, JoinConditionImpl condition, IndexReader reader, HierarchyResolver resolver, NamespaceMappings nsMappings, HierarchyManager hmgr)Creates a new join result.Constructors in org.apache.jackrabbit.core.query.lucene.join with parameters of type HierarchyResolver Constructor Description AncestorNodeJoin(MultiColumnQueryHits context, Name contextSelectorName, IndexReader reader, HierarchyResolver resolver)Creates a new ancestor node join condition.ChildNodeJoin(MultiColumnQueryHits parent, IndexReader reader, HierarchyResolver resolver, ChildNodeJoinConditionImpl condition)Creates a new child node join condition.DescendantNodeJoin(MultiColumnQueryHits context, Name contextSelectorName, IndexReader reader, HierarchyResolver resolver)Creates a new descendant node join condition.ParentNodeJoin(MultiColumnQueryHits child, IndexReader reader, HierarchyResolver resolver, ChildNodeJoinConditionImpl condition)Creates a new parent node join condition.
 
-