Uses of Class
org.apache.jackrabbit.core.query.lucene.ScoreNode
-
Packages that use ScoreNode Package Description org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.core.query.lucene.constraint org.apache.jackrabbit.core.query.lucene.join -
-
Uses of ScoreNode in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene that return ScoreNode Modifier and Type Method Description ScoreNodeChildNodesQueryHits. nextScoreNode()Returns the next score node in this QueryHits ornullif there are no more score nodes.ScoreNodeDefaultQueryHits. nextScoreNode()Returns the next score node in this QueryHits ornullif there are no more score nodes.ScoreNodeLuceneQueryHits. nextScoreNode()Returns the next score node in this QueryHits ornullif there are no more score nodes.ScoreNodeNodeTraversingQueryHits. nextScoreNode()Returns the next score node in this QueryHits ornullif there are no more score nodes.ScoreNodeQueryHits. nextScoreNode()Returns the next score node in this QueryHits ornullif there are no more score nodes.ScoreNodeSortedLuceneQueryHits. nextScoreNode()Returns the next score node in this QueryHits ornullif there are no more score nodes.ScoreNode[]FilterMultiColumnQueryHits. nextScoreNodes()Returns the next score nodes in this QueryHits ornullif there are no more score nodes.ScoreNode[]MultiColumnQueryHits. nextScoreNodes()Returns the next score nodes in this QueryHits ornullif there are no more score nodes.ScoreNode[]QueryHitsAdapter. nextScoreNodes()Returns the next score nodes in this QueryHits ornullif there are no more score nodes.ScoreNode[]ScoreNodeIterator. nextScoreNodes()Returns the next score nodes.ScoreNode[]ScoreNodeIteratorImpl. nextScoreNodes()Returns the next score nodes.ScoreNode[]SortedMultiColumnQueryHits. nextScoreNodes()Returns the next score nodes in this QueryHits ornullif there are no more score nodes.Methods in org.apache.jackrabbit.core.query.lucene with parameters of type ScoreNode Modifier and Type Method Description protected booleanQueryResultImpl. isAccessGranted(ScoreNode[] nodes)Checks if access is granted to allnodes.Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type ScoreNode Constructor Description ScoreNodeIteratorImpl(ScoreNode[][] scoreNodes)Constructor parameters in org.apache.jackrabbit.core.query.lucene with type arguments of type ScoreNode Constructor Description DefaultQueryHits(Collection<ScoreNode> scoreNodes)Creates a newDefaultQueryHitsinstance based on the passedscoreNodes. -
Uses of ScoreNode in org.apache.jackrabbit.core.query.lucene.constraint
Methods in org.apache.jackrabbit.core.query.lucene.constraint with parameters of type ScoreNode Modifier and Type Method Description booleanAndConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanChildNodeConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanComparisonConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanDescendantNodeConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanNotConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanOrConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanQueryConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.booleanSameNodeConstraint. evaluate(ScoreNode[] row, Name[] selectorNames, EvaluationContext context)Evaluates this constraint for the given row.PropertyPropertyValueOperand. getProperty(ScoreNode sn, EvaluationContext context)Returns the property for the given score node ornullif none exists.PropertyStatePropertyValueOperand. getPropertyState(ScoreNode sn, EvaluationContext context)Returns the property state for the given score node ornullif none exists.abstract Value[]DynamicOperand. getValues(ScoreNode sn, EvaluationContext context)Returns the values for the given score nodesnof this dynamic operand.Value[]FullTextSearchScoreOperand. getValues(ScoreNode sn, EvaluationContext context)Returns the values for the given score nodesnof this dynamic operand.Value[]LengthOperand. getValues(ScoreNode sn, EvaluationContext context)Returns the values for the given score nodesnof this dynamic operand.Value[]LowerCaseOperand. getValues(ScoreNode sn, EvaluationContext context)Returns the values for the given score nodesnof this dynamic operand.Value[]NodeLocalNameOperand. getValues(ScoreNode sn, EvaluationContext context)Returns the local name of the node denoted by the given score nodesn.Value[]NodeNameOperand. getValues(ScoreNode sn, EvaluationContext context)Returns the name of the node denoted by the given score nodesn.Value[]PropertyValueOperand. getValues(ScoreNode sn, EvaluationContext context)Returns the values for the given score nodesnof this dynamic operand.Value[]UpperCaseOperand. getValues(ScoreNode sn, EvaluationContext context)Returns the values for the given score nodesnof this dynamic operand. -
Uses of ScoreNode in org.apache.jackrabbit.core.query.lucene.join
Fields in org.apache.jackrabbit.core.query.lucene.join declared as ScoreNode Modifier and Type Field Description protected ScoreNode[]Join. emptyInnerHitsAn array of empty inner query hits.Methods in org.apache.jackrabbit.core.query.lucene.join that return ScoreNode Modifier and Type Method Description ScoreNode[][]AncestorNodeJoin. getMatchingScoreNodes(ScoreNode ancestor)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]AncestorPathNodeJoin. getMatchingScoreNodes(ScoreNode ancestor)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]ChildNodeJoin. getMatchingScoreNodes(ScoreNode child)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]Condition. getMatchingScoreNodes(ScoreNode outer)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]DescendantNodeJoin. getMatchingScoreNodes(ScoreNode descendant)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]DescendantPathNodeJoin. getMatchingScoreNodes(ScoreNode descendant)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]EquiJoin. getMatchingScoreNodes(ScoreNode outer)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]ParentNodeJoin. getMatchingScoreNodes(ScoreNode parent)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]SameNodeJoin. getMatchingScoreNodes(ScoreNode outer)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]ScoreNodeMap. getScoreNodes(Object key)Returns an array ofScoreNode[]for the givenkey.ScoreNode[]Join. nextScoreNodes()Returns the next score nodes in this QueryHits ornullif there are no more score nodes.Methods in org.apache.jackrabbit.core.query.lucene.join with parameters of type ScoreNode Modifier and Type Method Description voidScoreNodeMap. addScoreNodes(Object key, ScoreNode[] nodes)AddsscoreNodesto this map under the givenkey.ScoreNode[][]AncestorNodeJoin. getMatchingScoreNodes(ScoreNode ancestor)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]AncestorPathNodeJoin. getMatchingScoreNodes(ScoreNode ancestor)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]ChildNodeJoin. getMatchingScoreNodes(ScoreNode child)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]Condition. getMatchingScoreNodes(ScoreNode outer)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]DescendantNodeJoin. getMatchingScoreNodes(ScoreNode descendant)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]DescendantPathNodeJoin. getMatchingScoreNodes(ScoreNode descendant)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]EquiJoin. getMatchingScoreNodes(ScoreNode outer)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]ParentNodeJoin. getMatchingScoreNodes(ScoreNode parent)Returns the matching inner score nodes for the given outer score nodesn.ScoreNode[][]SameNodeJoin. getMatchingScoreNodes(ScoreNode outer)Returns the matching inner score nodes for the given outer score nodesn.
-