Re: Using DirectSolrConnection with Solrj

2009-11-20 Thread Lance Norskog
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

Using DirectSolrConnection with Solrj

2009-11-19 Thread dipti khullar
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