英文:
How to set document quality while ingesting document into MarkLogic through PutMarkLogic NiFi processor?
问题
我正在使用 NiFi 1.21.0 和 nifi-marklogic-nar-1.9.1.6。<br>
我已经使用 PutMarkLogic 1.9.1.6 处理器将文档导入到 MarkLogic-db 中超过两年了。最近发现该处理器不支持添加 document-quality(请参阅处理器图像)。<br>

<br>因此,我已经针对 marklogic/nifi 项目创建了一个新的问题。
英文:
I'm using NiFi 1.21.0 and nifi-marklogic-nar-1.9.1.6.<br>
I have been using PutMarkLogic 1.9.1.6 processor to ingest documents to MarkLogic-db for more than 2 years. Recently witnessed that the processor doesn't support adding document-quality (PFB the processor image).<br>

<br>So I have created a new issue against marklogic/nifi project.
答案1
得分: 1
此改进已作为 https://github.com/marklogic/nifi/pull/121 的一部分进行修复。因此,请使用 nifi-marklogic-nar-1.15.3.1 或更高版本来设置 document-quality。我目前正在使用 PutMarkLogic 1.16.3.2,现在可以看到添加 Quality 的选项。

英文:
This enhancement was fixed as part of https://github.com/marklogic/nifi/pull/121. Therefore use nifi-marklogic-nar-1.15.3.1 or later version to set document-quality. I'm currently using PutMarkLogic 1.16.3.2 and I can now see a provision to add Quality.<br>

通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。


评论