I don't see why not. I'm assuming a *nix system here so when Solr updated an index, any deleted files would hang around.
But I have to ask why bother with the Embedded server in the first place? You already have a Solr instance up and running, why not just query that instead, perhaps using SolrJ? Best Erick On Mon, Jan 16, 2012 at 3:00 PM, <spr...@gmx.eu> wrote: > Hi, > > is it possible to use the same index in a solr webapp and additionally in a > EmbeddedSolrServer? The embbedded one would be read only. > > Thank you. >