DirectSolrConnection is older and has not been changed in a year.
SolrJ is the preferred way to code an app against Solr.
SolrJ with the Embedded server will have the same performance
characteristics as DirectSolrConnection.
On Thu, Nov 19, 2009 at 5:55 AM, dipti khullar wrote:
> Hi Solr experts
Hi Solr experts
We are using Solrj in our application -
- CommonsHttpSolrServer (superclass:SolrServer)
We are planning to compare the performance results of SolrServer with
DirectSolrConnection.
1. I couldn't find any such class (as SolrServer for HTTPrequests) which
supports DirectSolrConnecti