Package version:

Interface QueryRewritesDebugInfo

Contains debugging information specific to query rewrites.

interface QueryRewritesDebugInfo {
    text?: QueryRewritesValuesDebugInfo;
    vectors?: QueryRewritesValuesDebugInfo[];
}

Properties

Properties

List of query rewrites generated for the text query. NOTE: This property will not be serialized. It can only be populated by the server.

List of query rewrites generated for the vectorizable text queries. NOTE: This property will not be serialized. It can only be populated by the server.