Aqualogic Interaction API  
 

IPTSearchRequest.CreateBasicQuery Method 

Factory method that returns a basic (simple text) query for the indicated search string and fields.

IPTSearchQuery CreateBasicQuery(
   string searchString,
   string fields
);

Parameters

searchString
String to search for (non-null, non-empty)
fields
Fields to search. Usually null, in which case a default set of fields is searched. Alternatively, may be a string of the form "PTj[x],PTk[y]", where j and k are integer property IDs to be searched, and x and y are corresponding floating-point weights.

Return Value

query that may be used in a call to Search()

See Also

IPTSearchRequest Interface | com.plumtree.server Namespace