KnownQueryDebugMode enum
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.
Fields
| All | Turn on all debug options. |
| Disabled | No query debugging information will be returned. |
| InnerHits | Allows the user to retrieve scoring information regarding vectors matched within a collection of complex types. |
| QueryRewrites | Allows the user to explore the list of query rewrites generated for their search request. |
| Semantic | Allows the user to further explore their reranked results. |
| Vector | Allows the user to further explore their hybrid and vector query results. |