Class LengthOperand
- java.lang.Object
-
- org.apache.jackrabbit.core.query.lucene.constraint.DynamicOperand
-
- org.apache.jackrabbit.core.query.lucene.constraint.LengthOperand
-
public class LengthOperand extends DynamicOperand
LengthOperand
implements a length operand.
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.core.query.lucene.constraint.DynamicOperand
EMPTY
-
-
Constructor Summary
Constructors Constructor Description LengthOperand(PropertyValueOperand property)
Creates a new length operand.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value[]
getValues(ScoreNode sn, EvaluationContext context)
Returns the values for the given score nodesn
of this dynamic operand.
-
-
-
Constructor Detail
-
LengthOperand
public LengthOperand(PropertyValueOperand property)
Creates a new length operand.- Parameters:
property
- the operand for which to return the length.
-
-
Method Detail
-
getValues
public Value[] getValues(ScoreNode sn, EvaluationContext context) throws RepositoryException
Returns the values for the given score nodesn
of this dynamic operand. If there are no values for the given score node, then an empty array is returned.- Specified by:
getValues
in classDynamicOperand
- Parameters:
sn
- the current score node.context
- the evaluation context.- Returns:
- the values for the given score node.
- Throws:
RepositoryException
- if an error occurs while retrieving the value.
-
-