public class FullTextParser extends Object
FullTextSearchLiteral ::= Disjunct {' OR ' Disjunct}
Disjunct ::= Term {' ' Term}
Term ::= ['-'] SimpleTerm
SimpleTerm ::= Word | '"' Word {' ' Word} '"'
| Constructor and Description |
|---|
FullTextParser() |
| Modifier and Type | Method and Description |
|---|---|
static FullTextExpression |
parse(String propertyName,
String text) |
public static FullTextExpression parse(String propertyName, String text) throws ParseException
ParseExceptionCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.