@ibm-cloud/cloudant - v0.12.8
    Preparing search index...

    Class IndexAnalysis

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

    Index

    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