public class SearchParser extends Object
SearchExpr ::= ExprOR
ExprOR ::= ExprAnd ('OR' ExprAnd)*
ExprAnd ::= Term ('AND'? Term)*
Term ::= ('NOT'? (Word | Phrase)) | ('(' SearchExpr ')')
| Constructor and Description |
|---|
SearchParser() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.server.api.uri.queryoption.SearchOption |
parse(UriTokenizer tokenizer) |
public org.apache.olingo.server.api.uri.queryoption.SearchOption parse(UriTokenizer tokenizer) throws SearchParserException
SearchParserExceptionCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.