Aqualogic Interaction API  
 

IPTSQueryResponse.getCompleteQuery Method 

IPTSQuery getCompleteQuery();

Return Value

the complete query that was executed, including any restrictions (includes any queries provided to IPTSQueryRequest.setQuery, IPTSQueryRequest.restrictTo, and IPTSQueryRequest.restrictToAnyOf). IPTSQueryRequest simply ANDs all of these queries and restrictions together using an internally-constructed IPTSBooleanQuery; that internally constructed query is what this method returns.

See Also

IPTSQueryResponse Interface | com.plumtree.server.search Namespace