Hi,
We are facing an issue where we have an engine in App Search and we wish to delete up to 10k documents (from a total of 50k+). This is too many documents to (efficiently) delete manually via the documents api.
Can we delete the documents directly from the Elasticsearch index using the delete by query api to find all the documents with a certain field value, and delete them?
By deleting documents directly from the index, and not through the API in App Search, would this cause any issue with App search itself? We use the search and documents APIs, we have some search relevance settings and no curations.
Thank you