On Wed, Jul 8, 2009 at 9:33 AM, Anand Kumar Prabhakar<anand2...@gmail.com> wrote: > Thank you for the input Yonik, anyway again we are sending an HTTP request to > the server, my requirement is to skip the HTTP request to the SOLR server. > Is there any way to avoid these HTTP requests?
You're sending a tiny HTTP request to the server that tells Solr to directly read the big CSV file from disk... that should satisfy the requirement which seemed to stem from the desire to avoid network overhead, no? -Yonik http://www.lucidimagination.com