Schema for detailed explanation of why the specific index was excluded by the query planner.

Constructors

Properties

covering: boolean

When true, the query is answered using the index only and no documents are fetched.

ranking: number

A position of the unused index based on its potential relevance to the query.

A list of reasons explaining why index was not chosen for the query.

usable: boolean

Indicates whether an index can still be used for the query.

Methods