Add an IPTFilter as a subquery of this IPTSBooleanQuery. Convenience method that is equivalent to creating a PropertyFilterQuery and then calling the IPTSQuery form of addSubquery. 
 Add an IPTFilter as a subquery of this IPTSBooleanQuery. Convenience method that is equivalent to creating a PropertyFilterQuery and then calling the IPTSQuery form of addSubquery. 
void addSubquery(IPTFilter);
 Add a comparison involving a boolean field as a child of this IPTSBooleanQuery. Convenience method that is equivalent to calling IPTSearchFactory.createComparisonQuery and then calling the IPTSQuery form of addSubquery. 
void addSubquery(IPTSField,bool);
 Add a comparison involving a date/time field and a non-relative operator as a child of this IPTSBooleanQuery. Convenience method that is equivalent to calling IPTSearchFactory.createComparisonQuery and then calling the IPTSQuery form of addSubquery. 
void addSubquery(IPTSField,int,XPDateTime);
 Add a comparison involving an integer, floating-point, or date field, as a child of this IPTSBooleanQuery. Convenience method that is equivalent to calling IPTSearchFactory.createComparisonQuery and then calling the IPTSQuery form of addSubquery. 
void addSubquery(IPTSField,int,int);
 Add a comparison involving an integer, floating-point, or date field, as a child of this IPTSBooleanQuery. Convenience method that is equivalent to calling IPTSearchFactory.createComparisonQuery and then calling the IPTSQuery form of addSubquery. 
void addSubquery(IPTSField,int,long);
 Add a comparison involving an integer, floating-point, or date field, as a child of this IPTSBooleanQuery. Convenience method that is equivalent to calling IPTSearchFactory.createComparisonQuery and then calling the IPTSQuery form of addSubquery. 
void addSubquery(IPTSField,int,float);
 Add a text query as a child of this IPTSBooleanQuery. Convenience method that is equivalent to calling IPTSearchFactory.createTextQuery and then calling the IPTSQuery form of addSubquery. 
void addSubquery(IPTSField,string,PTSTextQueryParseMode);
 Add an IPTSQuery to this IPTSBooleanQuery. This method is usually called several times to add a number of child IPTSQuery objects to this query clause. 
void addSubquery(IPTSQuery);
IPTSBooleanQuery Interface | com.plumtree.server.search Namespace