Last updated 10 days ago
/index/build
Set to true to plan the index building.
Set to true to perform the index building.
curl -L \ --request POST \ --url 'http://localhost:8080/api/rest/index/build' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: */*' \ --data '{ "plan": null, "toIndex": [] }'
{ "code": "text", "message": "text" }
/index/plan
curl -L \ --url 'http://localhost:8080/api/rest/index/plan' \ --header 'Authorization: YOUR_API_KEY'