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.
IPTSQueryResponse Interface | com.plumtree.server.search Namespace