Re: Placing a CSV file into SOLR Server

2009-07-08 Thread Yonik Seeley
On Wed, Jul 8, 2009 at 9:33 AM, Anand Kumar Prabhakar 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 requ

Re: Placing a CSV file into SOLR Server

2009-07-08 Thread Anand Kumar Prabhakar
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? Yonik Seeley-2 wrote: > > from: http://wiki.apache.org/solr/UpdateCSV > """ > The following re

Re: Placing a CSV file into SOLR Server

2009-07-08 Thread Yonik Seeley
from: http://wiki.apache.org/solr/UpdateCSV """ The following request will cause Solr to directly read the input file: curl http://localhost:8983/solr/update/csv?stream.file=exampledocs/books.csv&stream.contentType=text/plain;charset=utf-8 #NOTE: The full path, or a path relative to the CWD of th