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