gpt4 book ai didi

full-text-search - 在 FileTable 中的 Docx 文件上创建全文索引

转载 作者:行者123 更新时间:2023-12-04 02:53:43 25 4
gpt4 key购买 nike

我正在研究文档存储。因此我计划将 SqlServer 2012 与文件表一起使用。
现在经过一些测试,似乎 SqlServer 只索引 doc 而不是 docx 文件。

我还安装了 Microsoft Filter Pack 2.0。

有人知道如何获得 docx 支持吗?也许还有一种方法可以获得 pdf 支持??

非常感谢提前
python

最佳答案

终于有人把解决方案贴给我了。我发布了我自己问题的解决方案,因为我认为有人可能有类似的问题

安装 Microsoft Filter Pack 2.0


EXEC sp_fulltext_service 'update_languages'; 
EXEC sp_fulltext_service 'load_os_resources', 1;
EXEC sp_fulltext_service 'restart_all_fdhosts';

After installing the filters, run this to refresh the list. EXEC sp_fulltext_service 'update_languages';

You will also likely need to refresh the filters and restart the FTS service launcher: EXEC sp_fulltext_service 'load_os_resources', 1; EXEC sp_fulltext_service 'restart_all_fdhosts';

Finally, you’ll need to do a complete rebuild/refresh of any existing full-text indexes (see ALTER FULLTEXT INDEX) to use the new filters.



s。 SqlServer Forum

关于full-text-search - 在 FileTable 中的 Docx 文件上创建全文索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9963904/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com