文档内容搜索

发布于 2024-10-28 07:19:46 字数 187 浏览 4 评论 0原文

我开发了一个文档系统,允许我的客户在数据库中上传多种类型的文件:word、pdf、ppt 等,这些文件以二进制数据的形式存储在数据库中。文档与某些元数据(例如标题、摘要、所有者、类别等)一起输入数据库。用户可以搜索与标题和摘要中的单词匹配的文档。我的客户现在希望用户能够搜索文件的内容。如果不使用 SQL Server 全文搜索,我还有什么其他选择?非常感谢!

I've developed a document system that allows my client to upload several types of files: word, pdf, ppt, etc. in a database in which they are stored as binary data. The documents are entered in the database alongside certain metadata such as title, summary, owner, category, etc. Users can search for documents matching words in the titles and summaries. My client wants now users to be able to search the contents of the files. Without using SQL Server full-text search, what other option do I have? Many thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

狼性发作 2024-11-04 07:19:46

你看过 Lucene 吗?它几乎是事实上的索引引擎。他们还有一个正在孵化的 .net 版本

Have you looked at Lucene? It is pretty much the de facto indexing engine. They have a .net version in incubation as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文