The index management spec details two APIs, the "standard API" and the "index view API" and gives drivers the option of implementing either. mongocxx currently implements all of the standard API except the `create_indexes`, `drop_index`, and `drop_indexes` methods. We should decide whether we want to implement the index view spec and deprecate the collection methods pertaining to indexes or simply finish implementing the standard API.
- related to
-
CXX-1272 Audit driver against Index Management spec
- Closed