Share via


QueryResultDocumentInnerHit Class

Definition

Detailed scoring information for an individual element of a complex collection.

public class QueryResultDocumentInnerHit : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Models.QueryResultDocumentInnerHit>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Models.QueryResultDocumentInnerHit>
type QueryResultDocumentInnerHit = class
    interface IJsonModel<QueryResultDocumentInnerHit>
    interface IPersistableModel<QueryResultDocumentInnerHit>
Public Class QueryResultDocumentInnerHit
Implements IJsonModel(Of QueryResultDocumentInnerHit), IPersistableModel(Of QueryResultDocumentInnerHit)
Inheritance
QueryResultDocumentInnerHit
Implements

Properties

Ordinal

Position of this specific matching element within it's original collection. Position starts at 0.

Vectors

Detailed scoring information for an individual element of a complex collection that matched a vector query.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<QueryResultDocumentInnerHit>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<QueryResultDocumentInnerHit>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QueryResultDocumentInnerHit>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QueryResultDocumentInnerHit>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<QueryResultDocumentInnerHit>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to