WebCenter Interaction API  
 

IPTSearchFactory.createTextQuery Method (IPTSField, String)

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 field,
   string queryString
);

Parameters

field
the field to search. Must be of type PTSFieldType.STRING. Use the field returned by IPTSSearchableCollection.TextQueryDefault to search the default set of fields.
queryString
the string to search for.

See Also

IPTSearchFactory Interface | com.plumtree.server.search Namespace | IPTSearchFactory.createTextQuery Overload List