christophe reiss wrote:
I have an issue regarding collection creation and index creation within a same run, using embedded mode.
I think problem is that you forgot to shutdown database, so some files are not written to the disk after first run. Also, index population is performed asynchronously, so you need to give it some time to index documents, and only then shutdown the database.
Vadim
