Not at the moment unfortunately, but updating a collection's schema is on our roadmap.
In the meantime, I'd recommend using aliases (similar to symlinks in linux) to point to a timestamped collection and using that alias for searches. When you need to update the schema, you'd create a new collection with the latest timestamp in its name, index the data, and then finally switch the alias to point to the new collection.