[
https://issues.apache.org/jira/browse/SOLR-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465276
]
Hoss Man commented on SOLR-86:
------------------------------
regarding Bertrand's comment, i'm not sure if there is any benefit in having
this code and SOLR-20 share a common "SolrUpdateClientInterface" since this
code will be dealing with pure streaming of UTF8 data, while SOLR-20 is focused
on a better object abstracting for SolrDocuments ... i'm not sure what kinds of
methods such an interface might have.
regarding THorstens comment: yeah, i removed the directory support from your
patch while i was refactoring just because it was confusing me and i was trying
to keep things simple (i kept trying to run java -jar post.jar exampledos/ ant
it would fail because of the .svn directory)
that's no reason not to inlcude it though since it's so simple.
> [PATCH] standalone updater cli based on httpClient
> ---------------------------------------------------
>
> Key: SOLR-86
> URL: https://issues.apache.org/jira/browse/SOLR-86
> Project: Solr
> Issue Type: New Feature
> Components: update
> Reporter: Thorsten Scherler
> Attachments: simple-post-using-urlconnection-approach.patch,
> solr-86.diff, solr-86.diff
>
>
> We need a cross platform replacement for the post.sh.
> The attached code is a direct replacement of the post.sh since it is actually
> doing the same exact thing.
> In the future one can extend the CLI with other feature like auto commit,
> etc..
> Right now the code assumes that SOLR-85 is applied since we using the servlet
> of this issue to actually do the update.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira