Searching Binary files in marklogic

你说的曾经没有我的故事 提交于 2020-01-24 11:46:35

问题


Is there any method to search content of binary files like PPT, PDF etc other than

converting it into X HTML format using xdmp:document-filter() function and searching on it ?


回答1:


Basically no. You have to pull out the readable text out of the binary format to allow MarkLogic to index it. You can extract that text with xdmp:document-filter() or with functions like xdmp:pdf-convert() and xdmp:word-convert(), but there is no way to index binary nodes directly.

HTH!



来源:https://stackoverflow.com/questions/46422599/searching-binary-files-in-marklogic

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