Hi, I'm experimenting with indexing using the EmbeddedSolrServer. Just to be sure, as I understand it, I do not need a running instance of solr to use this, it literally is a running instance of solr.
Given the above, how safe is it to use an EmbeddedSolrServer for indexing an index that might be simultaneously used by a regular running instance of solr with clients communicating with it using the usual http interface? Thanks Brendan