Index All for Specific Business Object
You can index all data for specific business object into bo_search table by sending the following request with Post method.
-
If any data for the specific Business Object in
bo_searchtable, then firstly clear all those data inbo_searchtable, and then insert records of the except metadata andbo_searchinto it. -
If NO data for the Business Object in
bo_searchtable, then insert records of that table except metadata andbo_searchinto it directly.
3. Request body
Below request will clear all index and re-index for Business Object AREA.
Try it my self
4. Responses
Example 1. Response
{
"status": {
"statusCode": 1,
"statusLabel": "Success"
},
"messages": [
{
"message": "999 record(s) deleted from BO SEARCH successfully for business object 'AREA'.",
"status": {
"statusCode": 1,
"statusLabel": "Success"
}
}
],
"messages": [
{
"message": "10000 record(s) inserted in BO SEARCH successfully for business object 'AREA'.",
"status": {
"statusCode": 1,
"statusLabel": "Success"
}
}
],
"exception": {},
"data": {},
"version": "0.0.0.0A",
"threadName": "**system_32486",
"requestTime": "2021-05-19 10:47:40.865 +08:00",
"responseTime": "2021-05-19 10:48:58.854 +08:00"
}
4. Responses
Please see Responses