Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SuggestDocumentsResult<T>

Package version

Response containing suggestion query results from an index. Response containing suggestion query results from an index.

Type parameters

  • T

Hierarchy

  • SuggestDocumentsResult

Index

Properties

Properties

Optional coverage

coverage: undefined | number

A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not set in the request. NOTE: This property will not be serialized. It can only be populated by the server. A value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not set in the request. NOTE: This property will not be serialized. It can only be populated by the server.

results

results: SuggestResult<T>[]

The sequence of results returned by the query. NOTE: This property will not be serialized. It can only be populated by the server. The sequence of results returned by the query. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc