QuerySpellerType Struct

Definition

Improve search recall by spell-correcting individual search query terms.

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

Constructors

QuerySpellerType(String)

Initializes a new instance of QuerySpellerType.

Properties

Lexicon

Speller corrects individual query terms using a static lexicon for the language specified by the queryLanguage parameter.

None

Speller not enabled.

Methods

Equals(QuerySpellerType)

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(QuerySpellerType, QuerySpellerType)

Determines if two QuerySpellerType values are the same.

Implicit(String to QuerySpellerType)

Converts a string to a QuerySpellerType.

Inequality(QuerySpellerType, QuerySpellerType)

Determines if two QuerySpellerType values are not the same.

Applies to