« Return to Thread: Placing a CSV file into SOLR Server

Re: Placing a CSV file into SOLR Server

by Yonik Seeley-2 :: Rate this Message:

Reply to Author | View in Thread

On Wed, Jul 8, 2009 at 9:33 AM, Anand Kumar
Prabhakar<anand2485@...> 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

 « Return to Thread: Placing a CSV file into SOLR Server