Aqualogic Interaction API  
 

IPTSearchFactory.createBooleanQuery Method 

Construct an IPTSBooleanQuery that ANDs or ORs a number of child queries.

IPTSBooleanQuery createBooleanQuery(
   int booleanOperator
);

Parameters

booleanOperator
one of PT_BOOLOPS.PT_BOOLOP_AND, PT_BOOLOPS.PT_BOOLOP_OR.

See Also

IPTSearchFactory Interface | com.plumtree.server.search Namespace