QueryRewritesDebugInfo Class
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.
Contains debugging information specific to query rewrites.
public class QueryRewritesDebugInfo : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Models.QueryRewritesDebugInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Models.QueryRewritesDebugInfo>
type QueryRewritesDebugInfo = class
interface IJsonModel<QueryRewritesDebugInfo>
interface IPersistableModel<QueryRewritesDebugInfo>
Public Class QueryRewritesDebugInfo
Implements IJsonModel(Of QueryRewritesDebugInfo), IPersistableModel(Of QueryRewritesDebugInfo)
- Inheritance
-
QueryRewritesDebugInfo
- Implements
Properties
Text |
List of query rewrites generated for the text query. |
Vectors |
List of query rewrites generated for the vectorizable text queries. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<QueryRewritesDebugInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QueryRewritesDebugInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QueryRewritesDebugInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QueryRewritesDebugInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QueryRewritesDebugInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |