[ 
https://issues.apache.org/jira/browse/SOLR-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14270512#comment-14270512
 ] 

Alexandre Rafalovitch commented on SOLR-6908:
---------------------------------------------

Also, the README.txt has the reversed version of the usage:
{quote}
java -jar -Dc=<collection_name> post.jar *.xml
{quote}

According to *java -?*, the *-D* params need to come before *-jar*. Strangely, 
the example actually works as given on Java 8/Mac. But I think it should still 
be consistent with other locations.

> SimplePostTool's help message is incorrect -Durl parameter
> ----------------------------------------------------------
>
>                 Key: SOLR-6908
>                 URL: https://issues.apache.org/jira/browse/SOLR-6908
>             Project: Solr
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.0
>            Reporter: Alexandre Rafalovitch
>            Assignee: Erik Hatcher
>            Priority: Minor
>             Fix For: 5.0, Trunk
>
>
> {quote}
> java -jar post.jar -h
> ...
> java -Durl=http://localhost:8983/solr/update/extract -Dparams=literal.id=a 
> -Dtype=application/pdf -jar post.jar a.pdf
> ...
> {quote}
> The example is the only one for -Durl and is not correct as it is missing the 
> collection name. Also, even though this is an example, *a.pdf* does not 
> exist, but we do have *solr-word.pdf* now.
> So, this should probably say:
> {quote}
> java -Durl=http://localhost:8983/solr/techproducts/update/extract 
> -Dparams=literal.id=pdf1 -Dtype=application/pdf -jar post.jar solr-word.pdf
> {quote}
> Also, it is worth mentioning (if true) that specifying *-Durl* overrides 
> *-Dc*.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to