Question: You want to modify an existing index. What is the best way to do this?
- Use the `reIndex()` command to modify the index.
- Delete the original index and create a new index.
- Call the `createIndex()` command with the update option.
- Use the `updateIndex()` command.
Answer: The correct answer of the above question is Option B:Delete the original index and create a new index.