Index all Search Index

You can index all data into bo_search table by sending the following request with Post method.

  • If any data in bo_search table, then firstly clear all data in bo_search table, and then insert records of all tables except metadata and bo_search into it.

  • If NO data in bo_search table, then insert records of all tables except metadata and bo_search into it directly.

1. Request URL

/{PDM Server domain}/search/indexAll

Method: Post

2. Request headers

Name Value

Content-Type

application/json

3. Request body

N/A

Try it myself

4. Responses

Example 1. Response
{
    "status": {
        "statusCode": 1,
        "statusLabel": "Success"
    },
        "messages": [
        {
            "message": "999 record(s) deleted from BO SEARCH successfully.",
            "status": {
                "statusCode": 1,
                "statusLabel": "Success"
            }
        }
    ],
    "messages": [
        {
            "message": "10000 record(s) inserted in BO SEARCH successfully.",
            "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