You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Matt Mitchell <go...@gmail.com> on 2008/11/14 16:51:05 UTC

questions about Solr connection methods

I'm implementing connection adapters in ruby/jruby and wondering how all of
the different solr "connection" classes relate.

Is the only difference between EmbeddedSolrServer and DirectSolrConnection,
that EmbeddedSolrServer provides some higher level methods for adding,
deleting etc.? Or is there something else happening underneath the covers?
If the higher level methods in EmbeddedSolrServer aren't really of use to
me, would it be better to use the simpler DirectSolrConnection?

Does DirectSolrConnection support multicore?

Thanks,
Matt