[ http://issues.apache.org/jira/browse/SOLR-85?page=comments#action_12458853 ] Yonik Seeley commented on SOLR-85: ----------------------------------
Cool stuff Thorsten! Things like this can increase the user-friendliness of Solr and make it easier to learn. To be safe though, perhaps there should be an "update" page so someone doesn't change an index with a single errant click? And make it easy to disable the update page from solrconfig.xml, and put a comment telling people how it can be disabled. "commit" and "optimize" buttons would be nice! Does commons-fileupload handle multi-part posts? The ability to send a CSV file from a browser to Solr is something I've been meaning to look into. Some ideas for a "future" update page (doesn't need to be in this patch) - something that helps you build the XML... select a field, input value(s), and have a "generate request" button so you can see what is about to be sent. - show some update statistics... number of pending documents, etc - support for future update syntaxes (CSV?) - ability to select files to upload > [PATCH] Add update form to the admin screen > ------------------------------------------- > > Key: SOLR-85 > URL: http://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, 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: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
