QueryResultDocumentSubscores interface
The breakdown of subscores between the text and vector query components of the search query for this document. Each vector query is shown as a separate object in the same order they were received.
Properties
| document |
The BM25 or Classic score for the text portion of the query. NOTE: This property will not be serialized. It can only be populated by the server. |
| text | The BM25 or Classic score for the text portion of the query. NOTE: This property will not be serialized. It can only be populated by the server. |
| vectors | The vector similarity and @search.score values for each vector query. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
documentBoost
The BM25 or Classic score for the text portion of the query. NOTE: This property will not be serialized. It can only be populated by the server.
documentBoost?: number
Property Value
number
text
The BM25 or Classic score for the text portion of the query. NOTE: This property will not be serialized. It can only be populated by the server.
text?: TextResult
Property Value
vectors
The vector similarity and @search.score values for each 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}[]