public interface ConfigEditablePlugin
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | edit(Map<String,Object> latestConf,
    List<CommandOperation> commands)Operate the commands on the latest conf and return a new conf object
 If there are errors in the commands , throw a SolrException. | 
Map<String,Object> edit(Map<String,Object> latestConf, List<CommandOperation> commands)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.