- Firesearch overview
- Live tutorial
- Case studies
- Concepts
- Indexes
- Documents
- Searching
- Guides
- Deployment
- Security
- Access keys
- Solutions
- Cloud Functions
- Developer
- Client libs and SDKs
- API reference
- API Reference
- AccessKeyService
- GenerateKey
- AutocompleteService
- Complete
- CreateIndex
- DeleteDoc
- DeleteIndex
- GetIndex
- GetIndexes
- PutDoc
- GeoIndexService EXP
- CreateIndex
- DeleteDoc
- DeleteIndex
- GetIndex
- GetIndexes
- PutDoc
- Search
- IndexService
- CreateIndex
- DeleteDoc
- DeleteIndex
- GetIndex
- GetIndexes
- PutDoc
- Search
- MetaService
- CheckIndexName
- CheckIndexPath
AutocompleteService.CreateIndex
CreateIndex creates a new index.
JSON input
{
"index": {
"indexPath": "firesearch/indexes/all-products-index-1",
"name": "All Products AutocompleteIndex",
"caseSensitive": false
}
}
JSON output
{
"index": {
"indexPath": "firesearch/indexes/all-products-index-1",
"name": "All Products AutocompleteIndex",
"caseSensitive": false
},
"error": "something went wrong"
}
Documentation
- Firesearch overview
- Live tutorial
- Case studies
- Concepts
- Indexes
- Documents
- Searching
- Guides
- Deployment
- Security
- Access keys
- Solutions
- Cloud Functions
- Developer
- Client libs and SDKs
- API reference
- API Reference
- AccessKeyService
- GenerateKey
- AutocompleteService
- Complete
- CreateIndex
- DeleteDoc
- DeleteIndex
- GetIndex
- GetIndexes
- PutDoc
- GeoIndexService EXP
- CreateIndex
- DeleteDoc
- DeleteIndex
- GetIndex
- GetIndexes
- PutDoc
- Search
- IndexService
- CreateIndex
- DeleteDoc
- DeleteIndex
- GetIndex
- GetIndexes
- PutDoc
- Search
- MetaService
- CheckIndexName
- CheckIndexPath