Extract file content with ManifoldCF

倾然丶 夕夏残阳落幕 提交于 2019-12-24 16:17:16

问题


I'm trying to use ManifoldCF with the File System Connector.

It works like a charm : with the Tika content extractor implemented, I got all the expected metadata from my documents.

But... How to configure ManifoldCF in order to get the equivalent of this command : java -jar tika-app-1.9.jar --text I mean, I want to get the CONTENT of the file and pushed it in my Output Connections. How is it possible ?


回答1:


You have to set up the transformer in pipeline. Before you configure your output connector add Tika transformer . With this setup you should be able get your meta data extracted based on your document type, eventually you should see that content and meta-data fed into your output connector (eg. solr)



来源:https://stackoverflow.com/questions/33304201/extract-file-content-with-manifoldcf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!