You want to modify an existing index. What is the best way to do this?
Use the updateIndex() command.
updateIndex()
Call the createIndex() command with the update option.
createIndex()
Delete the original index and create a new index.
Use the reIndex() command to modify the index.
reIndex()