Search
Get reindex status
Poll the progress of a Typesense reindex with the Java SDK.
GET
Get reindex status
Use This method takes no arguments.
blnk.search().getReindexStatus for this operation.
1
Call the method
2
Track reindex progress
Poll until
response.data().get("status").asText() is completed. Compare processed_records to total_records to estimate remaining work.3
Response
200 OK
Related docs
How reindexing works
When and why to rebuild the index.
Check reindex progress
HTTP request and response schema.