public void configure()

in flume-morphline-solr-sink/src/main/java/org/apache/flume/sink/solr/morphline/MorphlineSolrSink.java [40:46]


  public void configure(Context context) {
    if (context.getString(FaultTolerance.RECOVERABLE_EXCEPTION_CLASSES) == null) {
      context.put(FaultTolerance.RECOVERABLE_EXCEPTION_CLASSES,
          "org.apache.solr.client.solrj.SolrServerException");
    }
    super.configure(context);
  }