/index

Builds all indexes.

post
Authorizations
Body

Starts a new indexing operation.

plananyOptional

Set to true to plan the index building.

toIndexanyOptional

Set to true to perform the index building.

Responses
400Error
application/json
post
POST /api/rest/index/build HTTP/1.1
Host: localhost:8080
Authorization: YOUR_API_KEY
Content-Type: */*
Accept: */*
Content-Length: 26

{
  "plan": null,
  "toIndex": []
}
{
  "code": "text",
  "message": "text"
}

Gets all index plans.

get
Authorizations
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
Responses
400Error
application/json
get
GET /api/rest/index/plan HTTP/1.1
Host: localhost:8080
Authorization: YOUR_API_KEY
Accept: */*
{
  "code": "text",
  "message": "text"
}

Last updated