Hello, I have configured my manticore with several indexes between planes and rt, the problem is that when I delete an index and create another one but with the same name it still shows me what I already deleted, for example if I create a case index with 7 fields, then I deleted this and changed the fields. Now it has 4 fields and the fields have different names, however it continues to load the same data and the same fields that I had deleted.
Another problem is that when I want to convert a flat table to an rt one I get the error that I put in the image, it says that there is an error near the rtindex or the index does not exist, can I please help you?
I found the solution to this problem, first you have to empty the index we use
1- DROP TABLE my_index
2- We delete the remaining indexes, there are two files, these are in the path where you have configured it to be saved, for example in my case
/usr/data/
Here there will be 2 files with the name of the index, we delete those files and we create the index again in the manticoreconf, we restart and that’s it.