Re: Indexing CSV data in Multicore setup

2011-07-02 Thread Ahmet Arslan
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

Re: Indexing CSV data in Multicore setup

2011-07-02 Thread sandeep
' It errors out saying problem accessing /solr/core0/update/csv. body HTTP ERROR 404 pProblem accessing /solr/core0/update/csv. Reason: preNOT_FOUND/pre/phr //smallPowered by Jetty:///small/br/ -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-CSV-data

Re: Indexing CSV data in Multicore setup

2011-07-02 Thread Stefan Matheis
/core0/update/csv. Reason: pre NOT_FOUND/pre/phr //smallPowered by Jetty:///small/br/ -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-CSV-data-in-Multicore-setup-tp3131252p3132350.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing CSV data in Multicore setup

2011-07-02 Thread Sandeep Gond
/phr //smallPowered by Jetty:///small/br/ -- View this message in context: http://lucene.472066.n3.** nabble.com/Indexing-CSV-data-**in-Multicore-setup-** tp3131252p3132350.htmlhttp://lucene.472066.n3.nabble.com/Indexing-CSV-data-in-Multicore-setup-tp3131252p3132350.html Sent from the Solr

Indexing CSV data in Multicore setup

2011-07-01 Thread Sandeep Gond
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