[
https://issues.apache.org/jira/browse/SOLR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494063
]
Ryan McKinley commented on SOLR-85:
-----------------------------------
This patch and SOLR-142 need to figure out how to deal with arbitrary path
mapping. Since the update command is not fixed to /update and we also want to
support /update/csv, we need some way to deal with that.
I think the best option would be to configure the admin links from
solrconfig.xml. perhaps something like:
<admin>
<defaultQuery>solr</defaultQuery>
<header>
<links name="solr">
<link name="Schema" path="/admin/file?file=schema.xml" />
<link name="Config" path="/admin/file?file=solrconfig.xml" />
<link name="Analysis" path="/admin/analysis.jsp" />
<br/>
<link name="Statistics" path="/admin/stats.jsp" />
<link name="Info" path="/admin/registry.jsp" />
<link name="Distribution" path="/admin/distributiondump.jsp" />
<link name="Ping" path="/admin/ping" />
<link name="Logging" path="/admin/logging.jsp" />
</links>
<links name="update">
<link name="Update" path="/admin/?show=update.html" />
<link name="CSV" path="/admin/?show=updatecsv.html" />
</links>
<links name="App server">
<link name="Properties" path="/admin/properties" />
<link name="Thread Dump" path="/admin/threaddump.jsp" />
</links>
</header>
...
check:
http://www.nabble.com/-jira--Created%3A-%28SOLR-142%29-RawResponseWriter---replace--admin-get-file.jsp-tf3176309.html#a10235374
> [PATCH] Add update form to the admin screen
> -------------------------------------------
>
> Key: SOLR-85
> URL: https://issues.apache.org/jira/browse/SOLR-85
> Project: Solr
> Issue Type: New Feature
> Components: update
> Reporter: Thorsten Scherler
> Attachments: solar-85.png, solar-85.png,
> solar-85.with.file.upload.diff, solar-85.with.file.upload.diff,
> solar-85.with.file.upload.diff, solar-85.with.file.upload.diff,
> SOLR-85-UpdatForms-RequestHandlers.patch,
> SOLR-85-UpdatForms-RequestHandlers.patch, solr-85-with-104.patch,
> solr-85-with-104.patch, solr-85-with-104.patch, solr-85.diff, solr-85.diff,
> solr-85.FINAL.diff
>
>
> It would be nice to have a webform to update solr via a http interface
> instead of using the post.sh.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.