interface SearchIndexDescription {
    definition: mongoose.mongo.BSON.Document;
    name?: string;
}

Properties

Properties

The index definition.

name?: string

The name of the index.