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
ParseException"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"