[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6908:
---

Commit 1651013 from [~ehatcher] in branch 'dev/trunk'
[ https://svn.apache.org/r1651013 ]

SOLR-6908: Remove last post.sh references, and fix a post.jar usage example

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6908:
---

Commit 1651014 from [~ehatcher] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1651014 ]

SOLR-6908: Remove last post.sh references, and fix a post.jar usage example 
(merged from trunk r1651013)

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-10 Thread Alexandre Rafalovitch (JIRA)

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

Alexandre Rafalovitch commented on SOLR-6908:
-

Ugh. That *java -jar post.jar* text shows up in two README files. One on Solr 
level and one on example level. 

And both of them mention post.sh that does not exist anymore. This probably 
needs to be removed from both of them. Or replaced with mention of solr/post if 
appropriate.

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-09 Thread Erik Hatcher (JIRA)

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

Erik Hatcher commented on SOLR-6908:


[~arafalov] - I believe I've addressed the two places you mentioned on both 
trunk and 5x.

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-09 Thread Erik Hatcher (JIRA)

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

Erik Hatcher commented on SOLR-6908:


oops, used wrong JIRA on last commit on trunk and 5x - they went to SOLR_6098 
instead.

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-08 Thread Alexandre Rafalovitch (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-08 Thread Alexandre Rafalovitch (JIRA)

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

Alexandre Rafalovitch commented on SOLR-6908:
-

Just realized that the really first help example is also having the same 
problem:
{quote}
java -jar post.jar *.xml
{quote}

Can we just update it with this JIRA or do we need a new one?

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6908:
---

Commit 1649439 from [~ehatcher] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1649439 ]

SOLR-6908: Minor corrections to SimplePostTool -help (merged from trunk 
r1649438)

 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
Priority: Minor
 Fix For: 5.0


 {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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6908:
---

Commit 1649438 from [~ehatcher] in branch 'dev/trunk'
[ https://svn.apache.org/r1649438 ]

SOLR-6908: Minor corrections to SimplePostTool -help

 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
Priority: Minor
 Fix For: 5.0


 {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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-04 Thread Alexandre Rafalovitch (JIRA)

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

Alexandre Rafalovitch commented on SOLR-6908:
-

Just to double-check. The updated version seem to skip -Dtype that was there in 
the original. Is that now auto-detected somehow?

Also, the literal.id was 'a' which made sense with 'a.pdf'. I suggested 'pdf1', 
though this is not as big a deal.

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-04 Thread Erik Hatcher (JIRA)

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

Erik Hatcher commented on SOLR-6908:


-Dtype isn't needed with going to /update/extract, as that it detects the type 
automatically there and I figured it'd be good to shorten up the example line.  
Ah, pdf1, sorry I missed that - I'll adjust.

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6908:
---

Commit 1649442 from [~ehatcher] in branch 'dev/trunk'
[ https://svn.apache.org/r1649442 ]

SOLR-6908: Minor corrections to SimplePostTool -help

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SOLR-6908:
---

Commit 1649443 from [~ehatcher] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1649443 ]

SOLR-6908: Minor corrections to SimplePostTool -help (merged from trunk 
r1649442)

 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



[jira] [Commented] (SOLR-6908) SimplePostTool's help message is incorrect -Durl parameter

2015-01-04 Thread Alexandre Rafalovitch (JIRA)

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

Alexandre Rafalovitch commented on SOLR-6908:
-

Thank you. Shorter line looks great.

 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