public class FullTextParser
extends java.lang.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(java.lang.String propertyName,
java.lang.String text) |
public static FullTextExpression parse(java.lang.String propertyName, java.lang.String text) throws java.text.ParseException
java.text.ParseException
Copyright © 2010 - 2020 Adobe. All Rights Reserved