[jira] [Updated] (SOLR-6959) SimplePostTool reports incorrect base url for PDFs

2015-01-11 Thread Erik Hatcher (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-6959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Hatcher updated SOLR-6959:
---
Fix Version/s: Trunk
   5.0

 SimplePostTool reports incorrect base url for PDFs
 --

 Key: SOLR-6959
 URL: https://issues.apache.org/jira/browse/SOLR-6959
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10.3
Reporter: Alexandre Rafalovitch
Assignee: Erik Hatcher
Priority: Minor
  Labels: tools
 Fix For: 5.0, Trunk


 {quote}
 $ java -Dc=techproducts -Dauto -Dcommit=no -jar post.jar solr-word.pdf
 SimplePostTool version 1.5
 Posting files to base url http://localhost:8983/solr/techproducts/update..
 {quote}
 This command will *not* post to */update*, it will post to */update/extract*. 
 This should be reported correspondingly.
 From the server log:
 {quote}
 127.0.0.1 -  -  \[11/Jan/2015:17:17:10 +] POST 
 /solr/techproducts/update/extract?resource.name=
 {quote}
 It would make sense for that message to be after the auto-mode determination 
 just before the actual POST.
 Also, what's with two dots after the url? If it is _etc_, it should probably 
 be three dots.



--
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] [Updated] (SOLR-6959) SimplePostTool reports incorrect base url for PDFs

2015-01-11 Thread Erik Hatcher (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-6959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Hatcher updated SOLR-6959:
---
Affects Version/s: (was: 5.0)
   4.10.3

 SimplePostTool reports incorrect base url for PDFs
 --

 Key: SOLR-6959
 URL: https://issues.apache.org/jira/browse/SOLR-6959
 Project: Solr
  Issue Type: Bug
  Components: scripts and tools
Affects Versions: 4.10.3
Reporter: Alexandre Rafalovitch
Assignee: Erik Hatcher
Priority: Minor
  Labels: tools
 Fix For: 5.0, Trunk


 {quote}
 $ java -Dc=techproducts -Dauto -Dcommit=no -jar post.jar solr-word.pdf
 SimplePostTool version 1.5
 Posting files to base url http://localhost:8983/solr/techproducts/update..
 {quote}
 This command will *not* post to */update*, it will post to */update/extract*. 
 This should be reported correspondingly.
 From the server log:
 {quote}
 127.0.0.1 -  -  \[11/Jan/2015:17:17:10 +] POST 
 /solr/techproducts/update/extract?resource.name=
 {quote}
 It would make sense for that message to be after the auto-mode determination 
 just before the actual POST.
 Also, what's with two dots after the url? If it is _etc_, it should probably 
 be three dots.



--
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