Re: Use of EmbeddedSolrServer

2010-06-28 Thread Antonio Calò
I think that this is the best way to use Solr. I've used EmbeddedSolrServer keeping it in a singleton manner (by using Spring framework). Also Solr is threadsafe, so you should not have any issue by using it directly in an Ejb. Antonio 2010/6/27 Robert Naczinski > Hello, > > there is a recom

Re: Use of EmbeddedSolrServer

2010-06-11 Thread findbestopensource
Refer http://wiki.apache.org/solr/Solrj#EmbeddedSolrServer Regards Aditya www.findbestopensource.com On Fri, Jun 11, 2010 at 2:25 PM, Robert Naczinski < robert.naczin...@googlemail.com> wrote: > Hello experts, > > we would like to use Solr in our search application. We want to index > a large i