[
https://issues.apache.org/jira/browse/NIFI-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411962#comment-16411962
]
ASF GitHub Bot commented on NIFI-4035:
--------------------------------------
Github user bbende commented on the issue:
https://github.com/apache/nifi/pull/2561
I tried to re-base this against master so I could squash it down to a
single commit, but the re-base is encountering a lot of conflicts, which really
shouldn't be happening because its conflicting with itself. Can you work
through getting it down to a single commit?
Normally it should just be:
`git rebase -i upstream/master`
Then in the list of commits you choose "s" for all the commits except the
top-one, which squashes them all into the top one. Then force push.
> Implement record-based Solr processors
> --------------------------------------
>
> Key: NIFI-4035
> URL: https://issues.apache.org/jira/browse/NIFI-4035
> Project: Apache NiFi
> Issue Type: Improvement
> Affects Versions: 1.2.0, 1.3.0
> Reporter: Bryan Bende
> Priority: Minor
>
> Now that we have record readers and writers, we should implement variants of
> the existing Solr processors that record-based...
> Processors to consider:
> * PutSolrRecord - uses a configured record reader to read an incoming flow
> file and insert records to Solr
> * GetSolrRecord - extracts records from Solr and uses a configured record
> writer to write them to a flow file
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)