Github user JohannesDaniel commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2517#discussion_r173516051
--- Diff:
nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/SolrUtils.java
---
@@ -66,6 +67,15 @@
public static final AllowableValue SOLR_TYPE_STANDARD = new
AllowableValue(
"Standard", "Standard", "A stand-alone Solr instance.");
+ public static final PropertyDescriptor RECORD_WRITER = new
PropertyDescriptor
--- End diff --
This is a really nice idea. However, I would prefer to do this in a
separate ticket.
---