Search
Start reindex
Trigger a Typesense reindex from your existing database with the Python SDK.
POST
Start reindex
Use
blnk.search.start_reindex to rebuild the search index.
Call the method
blnk.search.start_reindex
| Field | Type | Description |
|---|---|---|
batch_size | number | Records processed per batch. Omit the argument to use the Core default. Must be a positive integer when set. |
Poll reindex progress
Use get reindex status to track progress until
status is completed.Related docs
How reindexing works
When and why to rebuild the index.
Start Typesense reindex
HTTP request and response schema.