Reputation: 51
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 ?
Upvotes: 1
Views: 949
Reputation: 11037
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)
Upvotes: 1