-
Type: Task
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Index Management
Use Case
As a... __ Atlas Search user
I want... to manage my indexes from a driver
So that... I don't have to use the Atlas UI
User Impact
N/A
Dependencies
- mongosh, see linked ticket below
Unknowns
N/A
Acceptance Criteria
Implementation Requirements
- remove the `internal` tags and add a `public` tag from the following types / classes_
- ListSearchIndexesCursor
- ListSearchIndexesOptions
- SearchIndexDescription
- remove the `internal` tags and add a `public` tag from the following methods_
- Collection.dropSearchIndex
- Collection.updateSearchIndex
- Collection.createSearchIndex
- Collection.createSearchIndexes
- Collection.listSearchIndexes
Testing Requirements
N/A
Documentation Requirements
- Paragraph saying you can manage your Atlas Search Indexes using these APIs, and linking over to the top-level documentation
Follow Up Requirements
N/A
- is depended on by
-
MONGOSH-1471 Cleanup: Use search index helper types once available
- Open
- is related to
-
DRIVERS-2630 Add e2e testing against Atlas to the search index management API
- Closed