GCP M15 Indexing not working

For E&O policy testing: I created a new data record with storage api and I can see the data record with storage api but search api cannot find the new data record. Please check the indexing service. Thanks

Here is the data record:

{
    "data": {
        "msg": "hello world from Data Lake",
        "FacilityID": "BAS-03"
    },
    "meta": [
        {}
    ],
    "id": "odesprod:master-data--Well:TestData-851007",
    "version": 1672847261687073,
    "kind": "odesprod:wks:master-data--Well:1.0.0",
    "acl": {
        "viewers": [
            "data.policytest38161.viewers@odesprod.osdu-gcp.go3-nrg.projects.epam.com"
        ],
        "owners": [
            "data.policytest38161.viewers@odesprod.osdu-gcp.go3-nrg.projects.epam.com"
        ]
    },
    "legal": {
        "legaltags": [
            "odesprod-demo-legaltag"
        ],
        "otherRelevantDataCountries": [
            "US"
        ],
        "status": "compliant"
    },
    "createUser": "preshipping_test_user@osdu-gcp.go3-nrg.projects.epam.com",
    "createTime": "2023-01-04T15:47:42.650Z"
}
Edited by Dadong Zhou