Re: indexing CSV using Solr 3.6.1

2012-11-10 Thread Erik Hatcher
And you can also do it all entirely from a browser URL bar using stream.file parameter. Erik On Nov 10, 2012, at 13:17, Yonik Seeley wrote: > My guess is that this might have to do with the fact that you are on > Windows, and shell escaping is different (i.e. curl isn't getting all > of t

Re: indexing CSV using Solr 3.6.1

2012-11-10 Thread Yonik Seeley
My guess is that this might have to do with the fact that you are on Windows, and shell escaping is different (i.e. curl isn't getting all of the parameters and hence isn't sending everything to Solr). My first recommendation would be to install cygwin to get a UNIX command line environment like L