Package com.attivio.util.parser
Class QueryOperators.NearOperator
- java.lang.Object
-
- com.attivio.util.parser.Operator<T>
-
- com.attivio.util.parser.PhraseOperator<PhraseNear>
-
- com.attivio.util.parser.QueryOperators.PhraseNearParser
-
- com.attivio.util.parser.QueryOperators.NearOperator
-
- Enclosing class:
- QueryOperators
public static final class QueryOperators.NearOperator extends QueryOperators.PhraseNearParser
-
-
Constructor Summary
Constructors Constructor Description NearOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhraseNear
createPhrase(QueryParsers parser, ScopeTerm scope)
-
Methods inherited from class com.attivio.util.parser.QueryOperators.PhraseNearParser
addTerm, parse
-
Methods inherited from class com.attivio.util.parser.PhraseOperator
addAttribute, addParameter, parseArguments
-
Methods inherited from class com.attivio.util.parser.Operator
parseInt, parseParameter, parseParameter
-
-
-
-
Method Detail
-
createPhrase
public PhraseNear createPhrase(QueryParsers parser, ScopeTerm scope)
- Overrides:
createPhrase
in classQueryOperators.PhraseNearParser
-
-