SemanticQueryRewritesResultType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of query rewrite that was used for this request.
public readonly struct SemanticQueryRewritesResultType : IEquatable<Azure.Search.Documents.Models.SemanticQueryRewritesResultType>
type SemanticQueryRewritesResultType = struct
Public Structure SemanticQueryRewritesResultType
Implements IEquatable(Of SemanticQueryRewritesResultType)
- Inheritance
-
SemanticQueryRewritesResultType
- Implements
Constructors
SemanticQueryRewritesResultType(String) |
Initializes a new instance of SemanticQueryRewritesResultType. |
Properties
OriginalQueryOnly |
Query rewrites were not successfully generated for this request. Only the original query was used to retrieve the results. |
Methods
Equals(SemanticQueryRewritesResultType) |
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(SemanticQueryRewritesResultType, SemanticQueryRewritesResultType) |
Determines if two SemanticQueryRewritesResultType values are the same. |
Implicit(String to SemanticQueryRewritesResultType) |
Converts a String to a SemanticQueryRewritesResultType. |
Inequality(SemanticQueryRewritesResultType, SemanticQueryRewritesResultType) |
Determines if two SemanticQueryRewritesResultType values are not the same. |
Applies to
Azure SDK for .NET