Package com.attivio.util.parser
Class QueryOperators.PhraseQueryOperator
- java.lang.Object
-
- com.attivio.util.parser.Operator<T>
-
- com.attivio.util.parser.QueryOperator<PhraseQuery>
-
- com.attivio.util.parser.QueryOperators.PhraseQueryOperator
-
- Enclosing class:
- QueryOperators
public static class QueryOperators.PhraseQueryOperator extends QueryOperator<PhraseQuery>
-
-
Constructor Summary
Constructors Constructor Description PhraseQueryOperator(AnchorFilter.AnchorMode anchorMode)
PhraseQueryOperator(PhraseOperator<PhraseNear> parser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Query
parse(QueryParsers parser, ScopeTerm scope, StringParser reader)
-
Methods inherited from class com.attivio.util.parser.QueryOperator
addArgument, addAttribute, addParameter, parseArgument, parseArguments, parseNoArgs
-
Methods inherited from class com.attivio.util.parser.Operator
parseInt, parseParameter, parseParameter
-
-
-
-
Constructor Detail
-
PhraseQueryOperator
public PhraseQueryOperator(PhraseOperator<PhraseNear> parser)
-
PhraseQueryOperator
public PhraseQueryOperator(AnchorFilter.AnchorMode anchorMode)
-
-
Method Detail
-
parse
public final Query parse(QueryParsers parser, ScopeTerm scope, StringParser reader) throws java.text.ParseException
- Specified by:
parse
in classQueryOperator<PhraseQuery>
- Throws:
java.text.ParseException
-
-