简体   繁体   English

如何使用Apache ManifoldCF通过REST API获取“文档状态”数据

[英]How to get “Document status” data through REST API with Apache ManifoldCF

We're using Apache ManifoldCF. 我们正在使用Apache ManifoldCF。 In Admin UI there's report at Status Reports -> Document Status. 在管理界面中,状态报告->文档状态下有报告。

Is it possible to get that content through ManifoldCF's Restful API ? 是否可以通过ManifoldCF的Restful API获得该内容?

The closest thing I've found is org.apache.manifoldcf.crawler.RunDocumentStatus under Control via Commands but I haven't been able to figure out if that can be used through HTTP API (instead of direct Java code) 我找到的最接近的东西是通过命令控制下的org.apache.manifoldcf.crawler.RunDocumentStatus,但我无法弄清楚是否可以通过HTTP API(代替直接Java代码)使用

No, currently you cant if you are looking to find a status of a single document. 不,目前,如果您要查找单个文档的状态,则无法进行。 but if you want to get the status of queue for a connection you can using 但是,如果要获取连接的队列状态,可以使用

repositoryconnectionquery/< encoded_connection_name >. repositoryconnectionquery / <已编码连接名称>。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM