[ https://issues.apache.org/jira/browse/SOLR-6476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14151134#comment-14151134 ]
Erick Erickson commented on SOLR-6476: -------------------------------------- Works for me. The only thing I'll _strongly_ weigh in on here is that the admin UI _must_ be able to access at least the "describe table" functionality, and ideally the ability to change the schema definition from the admin UI. Ditto with accessing the rest of the configuration information. There are just waaay too many situations "in the field" where actually seeing what the server is working with (as opposed to what the ops person _thinks_ they've configured) on a running instance is critical to troubleshooting. Currently this is all done via the admin UI and the "files" link, although you can't edit there of course. Not quite sure how all this applies to, say, solrconfig.xml though. I guess we'll see as things develop. > Create a bulk mode for schema API > --------------------------------- > > Key: SOLR-6476 > URL: https://issues.apache.org/jira/browse/SOLR-6476 > Project: Solr > Issue Type: Bug > Components: Schema and Analysis > Reporter: Noble Paul > Assignee: Noble Paul > Labels: managedResource > Attachments: SOLR-6476.patch, SOLR-6476.patch, SOLR-6476.patch, > SOLR-6476.patch, SOLR-6476.patch, SOLR-6476.patch, SOLR-6476.patch > > > The current schema API does one operation at a time and the normal usecase is > that users add multiple fields/fieldtypes/copyFields etc in one shot. > example > {code:javascript} > curl http://localhost:8983/solr/collection1/schema -H > 'Content-type:application/json' -d '{ > "add-field": { > "name":"sell-by", > "type":"tdate", > "stored":true > }, > "add-field":{ > "name":"catchall", > "type":"text_general", > "stored":false > } > } > {code} -- 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