Search
Start reindex
Trigger a Typesense reindex from your existing database with the Go SDK.
POST
Start reindex
Use Pass
client.Search.StartReindex to rebuild the search index.
1
Call the method
client.Search.StartReindex
nil instead of a request to use the Core default batch size.2
Poll reindex progress
Use get reindex status to track progress until
Status is completed.3
Response
Related docs
How reindexing works
When and why to rebuild the index.
Start Typesense reindex
HTTP request and response schema.