Michael, thank you for your answer.
You mean using HttpCommonsSolrServer? I thought of that, but I don't see the
point of going through the network when I'm running in the same JVM/box as the
main Solr server.
I still would like a solution to my issue, since so far EmbeddedSolrServer
works fine
Hi Alex,
Why not just use two webapps and not use EmbeddedSolrServer, but do all
your indexing as requests from your application to the Solr context next
door?
One advantage of doing it this way is that EmbeddedSolrServer has been
deemphasized by the Solr team, so you might not get the maintenanc