mirror of https://github.com/apache/lucene.git
removing an SOP
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ba1c30b78
commit
144100faa7
|
@ -597,7 +597,6 @@ public final class SolrCore implements SolrInfoMBean {
|
|||
final Map<String, UpdateRequestProcessorChain> map = new HashMap<String, UpdateRequestProcessorChain>();
|
||||
UpdateRequestProcessorChain def = null;
|
||||
Map<String, List<SolrConfig.PluginInfo>> infos = solrConfig.getUpdateProcessorChainInfo();
|
||||
System.out.println(infos);
|
||||
if (!infos.isEmpty()) {
|
||||
boolean defaultProcessed = false;
|
||||
List<SolrConfig.PluginInfo> defProcessorChainInfo = infos.get(null);// this is the default one
|
||||
|
|
Loading…
Reference in New Issue