Package com.attivio.util.parser
Class QueryOperators.WildcardTermOperator
- java.lang.Object
-
- com.attivio.util.parser.Operator<T>
-
- com.attivio.util.parser.PhraseOperator<T>
-
- com.attivio.util.parser.QueryOperators.PhraseTermParser<WildcardTerm>
-
- com.attivio.util.parser.QueryOperators.WildcardTermOperator
-
- Enclosing class:
- QueryOperators
public static final class QueryOperators.WildcardTermOperator extends QueryOperators.PhraseTermParser<WildcardTerm>
-
-
Constructor Summary
Constructors Constructor Description WildcardTermOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WildcardTerm
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 WildcardTerm createTerm(SearchTerm term)
- Specified by:
createTerm
in classQueryOperators.PhraseTermParser<WildcardTerm>
-
-