[
{
“code”: 5000,
“msg”: “BuildIndexes - cause: Build index fails. Index xxx_yyy_zzz_idx will retry building in the background for reason: Build Already In Progress. Bucket data1. Indexer will retry building index at later time…\n”,
“query_from_user”: “BUILD INDEX ON data1
(xxx_yyy_zzz_idx
)”
}
]
I get the above when I try to build the following index (names changed, of course):
CREATE INDEX xxx_yyy_zzz_idx
ON data1
((split((meta().id
), “::”)[0]),zeroKeyId
) WHERE ((split((meta().id
), “::”)[1]) in [“oneKeyId”, “crowdCompassSessionConfiguration”, “twoKeyId”]) WITH { “defer_build”:true, “num_replica”:1 }