Package com.attivio.util.parser
Class QueryOperators.SearchTermOperator
- java.lang.Object
-
- com.attivio.util.parser.Operator<T>
-
- com.attivio.util.parser.PhraseOperator<T>
-
- com.attivio.util.parser.QueryOperators.PhraseTermParser<SearchTerm>
-
- com.attivio.util.parser.QueryOperators.SearchTermOperator
-
- Enclosing class:
- QueryOperators
public static final class QueryOperators.SearchTermOperator extends QueryOperators.PhraseTermParser<SearchTerm>
-
-
Constructor Summary
Constructors Constructor Description SearchTermOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchTerm
createTerm(SearchTerm term)
-
Methods inherited from class com.attivio.util.parser.QueryOperators.PhraseTermParser
parse
-
Methods inherited from class com.attivio.util.parser.PhraseOperator
addAttribute, addParameter, addTerm, createPhrase, parseArguments
-
Methods inherited from class com.attivio.util.parser.Operator
parseInt, parseParameter, parseParameter
-
-
-
-
Method Detail
-
createTerm
public SearchTerm createTerm(SearchTerm term)
- Specified by:
createTerm
in classQueryOperators.PhraseTermParser<SearchTerm>
-
-