queryString
will be parsed according to the rules set by the PTSTextQueryParseMode.SEARCHBOX
parse mode, in the language of the query's parent IPTSQueryRequest
.
Construct a text (string) query against the indicated field. queryString
will be parsed according to the rules set by the PTSTextQueryParseMode.SEARCHBOX
parse mode, in the language of the query's parent IPTSQueryRequest
.
IPTSModifiableQuery createTextQuery(IPTSField,string);
Construct a text (string) query against the indicated field, using the indicated parse mode. queryString
will be parsed according to the rules set by the parse mode (see class PTSTextQueryParseMode
), in the language of the query's parent IPTSQueryRequest
.
IPTSModifiableQuery createTextQuery(IPTSField,string,PTSTextQueryParseMode);
IPTSearchFactory Interface | com.plumtree.server.search Namespace