Skip to content
Prev Previous commit
Next Next commit
Updated roadmap doc
  • Loading branch information
tjoubert committed Apr 12, 2022
commit c6b84e001ab1b6fe3ad2337e58ed4daae6fde082
7 changes: 7 additions & 0 deletions project/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,10 @@ A tick indicates an item is implemented and has automated tests in place.
- [X] `PUT​/_api​/collection​/{collection-name}​/responsibleShard` Return responsible shard for a document
- [X] `GET/_api/collection/{collection-name}/shards` Return the shard ids of a collection
- [X] `PUT/_api/collection/{collection-name}/compact` Compact a collection

#### Analyzers API

- [X] `GET/_api/analyzer` List all Analyzers
- [X] `POST/_api/analyzer` Create an Analyzer with the supplied definition
- [X] `DELETE/_api/analyzer/{analyzer-name}` Remove an Analyzer
- [X] `GET/_api/analyzer/{analyzer-name}` Return the Analyzer definition