Search
Start reindex
Trigger a Typesense reindex from your existing database with the Java SDK.
POST
Start reindex
Use
blnk.search().startReindex for this operation.
1
Call the method
2
Poll reindex progress
Use get reindex status to track progress until
status is completed.3
Response
202 Accepted
Related docs
How reindexing works
When and why to rebuild the index.
Start Typesense reindex
HTTP request and response schema.