[
https://issues.apache.org/jira/browse/NIFI-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14383815#comment-14383815
]
Mark Payne commented on NIFI-461:
---------------------------------
Ugh, I'd not thought of having multiple parameters with the same value... that
definitely becomes a problem.
A possible approach would be to allow property names to end with ".<number>" to
include multiple values. So you could enter it as:
{code}
split => /exams
f.1 => first:/first
f.2 => last:/last
f.3 => grade:/grade
{code}
It's not extremely beautiful, but we've done some things like this with
processors in the past and may be more friendly than putting it all on a single
line? Here, it very much becomes a judgment call. Which do you think is easier
for a user?
> Add processors to interact with Apache Solr
> -------------------------------------------
>
> Key: NIFI-461
> URL: https://issues.apache.org/jira/browse/NIFI-461
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core Framework
> Reporter: Bryan Bende
> Priority: Minor
>
> I'd like to see processors for interacting with Apache Solr.
> Solr has a variety of "update handlers" which allow posting data for
> indexing, and NiFi would be a great framework to provide the data.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)