Aqualogic Interaction API  
 

IPTSModifiableQuery.useThesaurus Method 

Expand tokens in this query using the thesaurus. In the case of compound queries, such as IPTSBooleanQuery, the thesaurus is applied to all child queries as well.

Note that there is no way to turn off thesaurus usage on a single child IPTSQuery. Be sure that none of this query's subqueries contain constraints that should not use the thesaurus, such as ID or security constraints.
void useThesaurus();

See Also

IPTSModifiableQuery Interface | com.plumtree.server.search Namespace