QueryDebugMode type
Enables a debugging tool that can be used to further explore your search results. You can enable multiple debug modes simultaneously by separating them with a | character, for example: semantic|queryRewrites.
KnownQueryDebugMode can be used interchangeably with QueryDebugMode,
this enum contains the known values that the service supports.
Known values supported by the service
disabled: No query debugging information will be returned.
semantic: Allows the user to further explore their reranked results.
vector: Allows the user to further explore their hybrid and vector query results.
queryRewrites: Allows the user to explore the list of query rewrites generated for their search request.
innerHits: Allows the user to retrieve scoring information regarding vectors matched within a collection of complex types.
all: Turn on all debug options.
type QueryDebugMode = string