Share via


QueryResultDocumentInnerHit interface

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

Properties

ordinal

Position of this specific matching element within it's original collection. Position starts at 0. NOTE: This property will not be serialized. It can only be populated by the server.

vectors

Detailed scoring information for an individual element of a complex collection that matched a vector query. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

ordinal

Position of this specific matching element within it's original collection. Position starts at 0. NOTE: This property will not be serialized. It can only be populated by the server.

ordinal?: number

Property Value

number

vectors

Detailed scoring information for an individual element of a complex collection that matched a vector query. NOTE: This property will not be serialized. It can only be populated by the server.

vectors?: {[propertyName: string]: SingleVectorFieldResult}[]

Property Value

{[propertyName: string]: SingleVectorFieldResult}[]