Hello, I have a case where the data that I've been ingested got detected as wrong data.
The data have been classified into MATERIAL and SERVICE type of data.
The wrong data resides under SERVICE classification with a total of 274,552 documents to be exact and it is detected that the data value has been wrongly extracted by the team.
My plan was to either update the data or delete the data with SERVICE classification and ingest a new one.
I'm not sure if I can update it according to the new json file.
But I see that deleting it might be the option or maybe not.
My case would be just like this post :
When I reached out to the support the idea was to filter the data by query it through item_type = SERVICE
, get the IDs and delete the documents referencing the IDs.
The above post also seems to be said the same thing :
It seems like the option is still needed to reference through the document IDs which I think it's impossible to list out 200k+ IDs here.
It's not really a good solution.
Is there any other options for me?
Or the best way is to wipe out the whole documents and ingest a new data?
If so, do I need to create a new search engine to ingest the data back or I can just simply delete all the documents in my current search engine without referencing to the IDs?
Thank you.