[
https://issues.apache.org/jira/browse/NIFI-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449998#comment-16449998
]
ASF subversion and git services commented on NIFI-4035:
-------------------------------------------------------
Commit e3f4720797a9777264d1732b2e1475b8f344a8f0 in nifi's branch
refs/heads/master from abhinavrohatgi30
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=e3f4720 ]
NIFI-4035 - Adding PutSolrRecord Processor that reads NiFi records and indexes
them into Solr as SolrDocuments
Adding Test Cases for PutSolrRecord Processor
Adding PutSolrRecord Processor in the list of Processors
Resolving checkstyle errors
Resolving checkstyle errors in test classes
Adding License information and additional information about the processor
1. Implementing Batch Indexing 2. Changes for nested records 3. Removing
MockRecordParser
Fixing bugs with nested records
Updating version of dependencies
Setting Expression Language Scope
This closes #2561.
Signed-off-by: Bryan Bende <[email protected]>
> 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
> Fix For: 1.7.0
>
>
> 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)