Our only built-in notion of versioning is limited to incrementing the version number attached to a single instance of a doc whenever it is updated. This is there to support optimistic-locking style use cases, not for maintaining multiple concurrent versions in the index.
If you want multiple versions in the index they will need to be managed in your application code and you will typically also have to worry about de-duping versions in search results.