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
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
此邮件发送自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
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/
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