Class OLuceneSpatialOperator
java.lang.Object
com.orientechnologies.orient.core.sql.operator.OQueryOperator
com.orientechnologies.orient.core.sql.operator.OQueryTargetOperator
com.orientechnologies.spatial.operator.OLuceneSpatialOperator
- Direct Known Subclasses:
OLuceneOverlapOperator
Created by Enrico Risa on 12/08/15.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.orientechnologies.orient.core.sql.operator.OQueryOperator
OQueryOperator.ORDER -
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.operator.OQueryOperator
DEFAULT_OPERATORS_ORDER, expectedRightWords, expectsParameters, keyword, precedence, unary -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOLuceneSpatialOperator(String iKeyword, int iPrecedence, boolean iLogical) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.sql.operator.OQueryOperator
canShortCircuit, compare, configure, evaluate, getKeyword, getSyntax, isSupportingBinaryEvaluate, isUnary, toString
-
Field Details
-
factory
-
-
Constructor Details
-
OLuceneSpatialOperator
-