Indexer
This endpoint is used to start legacy index job to reindex records from DB. The data is fetched from DB by calling api mentioned in request in batches. The is useful when some record is present in DB but missing on index.
Initiate legacy index job to index data from DB fetched by calling some api
post
/index-operations/_legacyindex
Body
RequestInfoobject
apiDetailsobject
jobIdstring
legacyIndexTopicstring
startTimeinteger · int64
tenantIdstring
totalRecordsinteger · int32
Responses
*/*
cURL
JavaScript
Python
HTTP
200
401
403
404
Reindex data from one index to another
post
/index-operations/_reindex
Body
RequestInfoobject
batchSizeinteger · int32
indexstring
jobIdstring
reindexTopicstring
startTimeinteger · int64
tenantIdstring
totalRecordsinteger · int32
typestring
Responses
*/*
cURL
JavaScript
Python
HTTP
200
401
403
404
This endpoint is used to index one record on a index. The information to pick correct config is provided with the data to be indexed.
Index request to index one record on an index
post
/index-operations/{key}/_index
Path parameters
keystringrequired
key
Body
object
Responses
*/*
cURL
JavaScript
Python
HTTP
200
201
401
403
404
Last updated
Was this helpful?