Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PPT、PDFなどのバイナリファイルのコンテンツを検索する方法はありますか?
xdmp:document-filter() 関数を使用して X HTML 形式に変換し、それを検索しますか?
基本的にいいえ。MarkLogic がインデックスを作成できるようにするには、読み取り可能なテキストをバイナリ形式から引き出す必要があります。やxdmp:document-filter()などの関数を使用してそのテキストを抽出できますが、バイナリ ノードに直接インデックスを付ける方法はありません。xdmp:pdf-convert()xdmp:word-convert()
xdmp:document-filter()
xdmp:pdf-convert()
xdmp:word-convert()
チッ!