1.
Introduction
2.
Getting Started
2.1.
Installation
2.2.
Authentication and Authorization
2.3.
Creating a Client Instance
2.4.
Basic Usage Examples
3.
API Reference
3.1.
Find
3.2.
Insert
3.3.
Patch
3.4.
Delete
3.5.
CreateCollection
3.6.
GetCollection
3.7.
ListCollections
3.8.
CreateIndex
3.9.
ListIndexes
4.
Error Handling
4.1.
Common error types
4.2.
Error handling best practices
5.
Contributing
5.1.
Guidelines for submitting issues and pull requests
5.2.
Code style and conventions
5.3.
Testing and validation
6.
License
6.1.
Licensing information
6.2.
Copyright notice
Light
Rust
Coal
Navy
Ayu
InceptionDB
CreateIndex
Create a new index for a collection.
Parameters:
collectionName: The name of the collection to create the index for.
index: The index configuration object.