IMongoSearchIndexManager Interface | 
Namespace: MongoDB.Driver.Search
The IMongoSearchIndexManager type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateMany | 
            Creates multiple indexes.
              | |
| CreateManyAsync | 
            Creates multiple indexes.
              | |
| CreateOne(CreateSearchIndexModel, CancellationToken) | 
            Creates a search index.
              | |
| CreateOne(BsonDocument, String, CancellationToken) | 
            Creates a search index.
              | |
| CreateOneAsync(CreateSearchIndexModel, CancellationToken) | 
            Creates a search index.
              | |
| CreateOneAsync(BsonDocument, String, CancellationToken) | 
            Creates a search index.
              | |
| DropOne | 
            Drops an index by its name.
              | |
| DropOneAsync | 
            Drops an index by its name.
              | |
| List | 
            Lists the search indexes.
              | |
| ListAsync | 
            Lists the search indexes.
              | |
| Update | 
            Update the search index.
              | |
| UpdateAsync | 
            Update the search index.
              |