You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by sandeep <sa...@gmail.com> on 2011/07/01 12:41:25 UTC

Indexing CSV data in Multicore setup

I am trying to index CSV data in multicore setup using post.jar.

Here is what I have tried so far:
1) Started the server using "java -Dsolr.solr.home=multicore -jar start.jar"

2a) Tried to post to "localhost:8983/solr/core0/update/csv" using "java
-Dcommit=no -Durl=http://localhost:8983/solr/core0/update/csv -jar post.jar
test.csv"
  Error: SimplePostTool: FATAL: Solr returned an error #404 Not Found

2b) Tried to send CSV data to core0 using "java
-Durl=http://localhost:8983/solr/core0/update -jar post.jar test.csv"
  Error: SimplePostTool: FATAL: Solr returned an error #400 Unexpected
character 'S' (code 83) in prolog; expected '<'   at [row,col
{unknown-source}]: [1,1]
  
I could feed in the xml files to core0 without any issues.

Am I missing something here?

--
View this message in context: http://lucene.472066.n3.nabble.com/Indexing-CSV-data-in-Multicore-setup-tp3128891p3128891.html
Sent from the Lucene - General mailing list archive at Nabble.com.