REINDEX is the easiest, but if the key information stored in the CDX is corrupt, it will create corrupt indeces.
The best way is to DELETE TAG <tag>, then do an INDEX ON <key> TAG <tag>. However, if you are using persistent relations, they will be removed with the DELETE TAG command.
Index does not match the table. Delete the index file and re-create the index (Error 114)
Qdawg
REINDEX is the easiest, but if the key information stored in the CDX is corrupt, it will create corrupt indeces.
The best way is to DELETE TAG <tag>, then do an INDEX ON <key> TAG <tag>. However, if you are using persistent relations, they will be removed with the DELETE TAG command.
Sathiya Sivam
Thanks Craig! I was able to do your second suggestion with success.