All Products
Search
Document Center

OpenSearch:SearchResultDebug

Last Updated:Oct 10, 2023

Overview

This topic describes the SearchResultDebug class and its method. This class is used to obtain the HTTP request string of the last query or push.

A SearchResultDebug object is usually returned by the executeDebug(SearchParams searchParams) method in a SearcherClient object.


getRequestUrl

Method definition

Obtains the request string of the last query or push.
String getRequestUrl()

Return value

  • The request string of the last query or push. Type: String.