On Tue, Jun 16, 2009 at 8:15 AM, pof <melbournebeerba...@gmail.com> wrote:
> > Hi, one question: Will EmbeddedSolrServer work on a seperate java process > than the solr servlet(start.jar) as long as it is run on the same machine? > > EmbeddedSolrServer is run in the same process as the application which uses it. CommonsHttpSolrServer is used by an application to communicate with Solr running in a separate host (or JVM) using HTTP. The start.jar is the jetty servlet container which can be used to host solr. Does that answer your question? -- Regards, Shalin Shekhar Mangar.