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 © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"