All docs
This doc
Function |
|
---|---|
Description | Tracks if the indexing process is completed. |
Output | A JSON String object containing the message on successful completion of the indexing process. |
client.waitForIndexing("testTable", function(data) { console.log (data["message"]); }, function(error) { console.log("error occured: " + error); });
{ status: "success" message: "Indexing completed successfully" }