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.lucene
Classes in org.apache.jackrabbit.core.query.lucene that implement HierarchyResolver Modifier and Type Class Description class
CachingMultiIndexReader
class
JackrabbitIndexReader
JackrabbitIndexReader
wraps an index reader andreleases
the underlying reader when a client callsIndexReader.close()
on this reader.protected static class
SearchIndex.CombinedIndexReader
-
Uses of HierarchyResolver in org.apache.jackrabbit.core.query.lucene.join
Methods in org.apache.jackrabbit.core.query.lucene.join with parameters of type HierarchyResolver Modifier and Type Method Description static Join
Join. 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.
-