Re: EmbeddedSolrServer seperate process

2009-06-15 Thread pof

It certain does, thank you.


Shalin Shekhar Mangar wrote:
> 
> On Tue, Jun 16, 2009 at 8:15 AM, pof  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.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/EmbeddedSolrServer-seperate-process-tp24046680p24047849.html
Sent from the Solr - User mailing list archive at Nabble.com.



Re: EmbeddedSolrServer seperate process

2009-06-15 Thread Shalin Shekhar Mangar
On Tue, Jun 16, 2009 at 8:15 AM, pof  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.


EmbeddedSolrServer seperate process

2009-06-15 Thread pof

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?

Thanks. 
-- 
View this message in context: 
http://www.nabble.com/EmbeddedSolrServer-seperate-process-tp24046680p24046680.html
Sent from the Solr - User mailing list archive at Nabble.com.