public class FullTextParser extends Object
FullTextSearchLiteral ::= Disjunct {' OR ' Disjunct}
Disjunct ::= Term {' ' Term}
Term ::= ['-'] SimpleTerm
SimpleTerm ::= Word | '"' Word {' ' Word} '"'
| Constructor and Description |
|---|
FullTextParser() |
public static FullTextExpression parse(String propertyName, String text) throws ParseException
ParseExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved