Indexing data to a specific collection in Solr 4.5.0

2013-11-21 Thread Reyes, Mark
Hi all: I’m currently on a Solr 4.5.0 instance and running this tutorial, http://lucene.apache.org/solr/4_5_0/tutorial.html My question is specific to indexing data as proposed from this tutorial, $ java -jar post.jar solr.xml monitor.xml The tutorial advises to validate from your localhost, h

Re: Indexing data to a specific collection in Solr 4.5.0

2013-11-21 Thread xiezhide
add Durl=http://localhost:8983/solr/collection2/update when run post.jar, 此邮件发送自189邮箱 "Reyes, Mark" wrote: >Hi all: > >I’m currently on a Solr 4.5.0 instance and running this tutorial, >http://lucene.apache.org/solr/4_5_0/tutorial.html > >My question is specific to indexing data as proposed fr

Re: Indexing data to a specific collection in Solr 4.5.0

2013-11-21 Thread xiezhide
此邮件发送自189邮箱 "Reyes, Mark" wrote: >Hi all: > >I’m currently on a Solr 4.5.0 instance and running this tutorial, >http://lucene.apache.org/solr/4_5_0/tutorial.html > >My question is specific to indexing data as proposed from this tutorial, > >$ java -jar post.jar solr.xml monitor.xml > >The tut

Re: Indexing data to a specific collection in Solr 4.5.0

2013-11-21 Thread Erick Erickson
you're leaving off the - in front of the D, -Durl. Try java -jar post.jar -help for a list of options available On Thu, Nov 21, 2013 at 12:04 PM, Reyes, Mark wrote: > So then, > $ java -jar post.jar Durl=http://localhost:8983/solr/collection2/update > solr.xml monitor.xml > > > > > > On 11/21/

Re: Indexing data to a specific collection in Solr 4.5.0

2013-11-21 Thread Reyes, Mark
So then, $ java -jar post.jar Durl=http://localhost:8983/solr/collection2/update solr.xml monitor.xml On 11/21/13, 8:14 AM, "xiezhide" wrote: > >add Durl=http://localhost:8983/solr/collection2/update when run post.jar, >此邮件发送自189邮箱 > >"Reyes, Mark" wrote: > >>Hi all: >> >>I’m currently on a