Udostępnij za pośrednictwem


QueryDebugMode Struct

Definition

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.

public readonly struct QueryDebugMode : IEquatable<Azure.Search.Documents.Models.QueryDebugMode>
type QueryDebugMode = struct
Public Structure QueryDebugMode
Implements IEquatable(Of QueryDebugMode)
Inheritance
QueryDebugMode
Implements

Constructors

QueryDebugMode(String)

Initializes a new instance of QueryDebugMode.

Properties

All

Turn on all debug options.

Disabled

No query debugging information will be returned.

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.

Methods

Equals(QueryDebugMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(QueryDebugMode, QueryDebugMode)

Determines if two QueryDebugMode values are the same.

Implicit(String to QueryDebugMode)

Converts a String to a QueryDebugMode.

Inequality(QueryDebugMode, QueryDebugMode)

Determines if two QueryDebugMode values are not the same.

Applies to