Hi all, Currently, we run Solr on a test server and use it during our integration tests for Spring Batch Jobs. This server needs to be maintained and make sure solr is up and running while executing test cases. For the database connections, we use H2 in-memory DB, which works well because it's fast and doesn’t need a separate server.
We would like to know if there’s any standard practice to spin up in-memory solr— so we don’t have to rely on a separate Solr server during tests. *fyi* *versions used in production:Java: 1.8* *Solr Cloud: v9.6* *Thanks & Regards,* *Uday Kumar* *Product Search Tech*