Class FullTextAnd
java.lang.Object
org.apache.jackrabbit.oak.spi.query.fulltext.FullTextExpression
org.apache.jackrabbit.oak.spi.query.fulltext.FullTextAnd
A fulltext "and" condition.
-
Field Summary
FieldsFields inherited from class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextExpression
PRECEDENCE_AND, PRECEDENCE_OR, PRECEDENCE_TERM
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.spi.query.fulltext.FullTextExpression
equals, hashCode, isNot
-
Field Details
-
list
-
-
Constructor Details
-
FullTextAnd
-
-
Method Details
-
evaluate
Description copied from class:FullTextExpression
Evaluate whether the value matches the condition.- Specified by:
evaluate
in classFullTextExpression
- Parameters:
value
- the value- Returns:
- true if it matches
-
simplify
-
toString
Description copied from class:FullTextExpression
Get the string representation of the condition.- Specified by:
toString
in classFullTextExpression
-
getPrecedence
public int getPrecedence()Description copied from class:FullTextExpression
Get the operator precedence.- Specified by:
getPrecedence
in classFullTextExpression
- Returns:
- the precedence
-
accept
Description copied from class:FullTextExpression
Let the expression call the applicable visit method of the visitor.- Specified by:
accept
in classFullTextExpression
- Parameters:
v
- the visitor- Returns:
- true if the visit method returned true
-