QueryDebugMode Struct

Definition

Enables a debugging tool that can be used to further explore your search results.

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

Disabled

No query debugging information will be returned.

Semantic

Allows the user to further explore their reranked 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