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

Ryan McKinley commented on SOLR-85:
-----------------------------------

With SOLR-104, forms can add a "stream.body" that  gets passed as a 
ContentStream to the request handler

<form action="/update" method="post" >
<textarea name="stream.body" >
&lt;add&gt;
&lt;doc&gt;
  &lt;field name="id"&gt;SOLR1000&lt;/field&gt;
  &lt;field name="name"&gt;Solr, the Enterprise Search Server&lt;/field&gt;
&lt;/doc&gt;
&lt;/add&gt;
</textarea>
<input type="submit" />
</form>

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

        

Reply via email to