Re: Indexing CSV data in Multicore setup

2011-07-02 Thread Sandeep Gond
arset=utf-8' >> >> It errors out saying problem accessing "/solr/core0/update/csv". >> >> " >> HTTP ERROR 404 >> >> Problem accessing /solr/core0/update/csv. Reason: >> NOT_FOUND/Powered by >> Jetty:///" >> &

Re: Indexing CSV data in Multicore setup

2011-07-02 Thread Stefan Matheis
Problem accessing /solr/core0/update/csv. Reason: NOT_FOUND/Powered by Jetty:///" -- 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
charset=utf-8' It errors out saying problem accessing "/solr/core0/update/csv". " HTTP ERROR 404 Problem accessing /solr/core0/update/csv. Reason: NOT_FOUND/Powered by Jetty:///" -- 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 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 -Durl=http://lo

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 -Durl=http://localhost:8983/solr/core