Class SearchParser
java.lang.Object
org.apache.olingo.server.core.uri.parser.SearchParser
Parses search expressions according to the following (rewritten) grammar:
SearchExpr ::= ExprOR
ExprOR ::= ExprAnd ('OR' ExprAnd)*
ExprAnd ::= Term ('AND'? Term)*
Term ::= ('NOT'? (Word | Phrase)) | ('(' SearchExpr ')')
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SearchParser
public SearchParser()
-
-
Method Details
-
parse
- Throws:
SearchParserException
-