Package version:

Contains debugging information that can be used to further explore your search results.

interface DebugInfo {
    queryRewrites?: QueryRewritesDebugInfo;
}

Properties

Properties

queryRewrites?: QueryRewritesDebugInfo

Contains debugging information specific to query rewrites. NOTE: This property will not be serialized. It can only be populated by the server.