WebCenter Interaction API  
 

IPTSearchFactory.createTextQuery Method

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.

Overload List

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);

See Also

IPTSearchFactory Interface | com.plumtree.server.search Namespace