Schema for search index information.

interface SearchInfoResult {
    name: string;
    search_index: SearchIndexInfo;
}

Properties

Properties

name: string

The name of the search index prefixed by the design document ID where the index is stored.

search_index: SearchIndexInfo

Schema for metadata information about a search index.

Generated using TypeDoc