Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryResultMetadata

Metadata of a query result.

Hierarchy

  • QueryResultMetadata

Index

Properties

Properties

Optional confidence

confidence: number

The confidence score for the given result. Calculated based on how relevant the result is estimated to be. confidence can range from 0.0 to 1.0. The higher the number, the more relevant the document. The confidence value for a result was calculated using the model specified in the document_retrieval_strategy field of the result set.

score

score: number

An unbounded measure of the relevance of a particular result, dependent on the query and matching document. A higher score indicates a greater match to the query parameters.

Generated using TypeDoc