QueryRewritesDebugInfo interface
Contains debugging information specific to query rewrites.
Properties
| text | List of query rewrites generated for the text query. NOTE: This property will not be serialized. It can only be populated by the server. |
| vectors | 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. |
Property Details
text
List of query rewrites generated for the text query. NOTE: This property will not be serialized. It can only be populated by the server.
text?: QueryRewritesValuesDebugInfo
Property Value
vectors
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.
vectors?: QueryRewritesValuesDebugInfo[]