Windows 共享索引

发布于 2024-10-05 11:15:25 字数 1539 浏览 5 评论 0原文

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

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

发布评论

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

评论(1

放手` 2024-10-12 11:15:25

有多种用于索引文档的开源工具,但它们往往需要一些调整。我建议您查看:

虽然 Solr 使用 Java,但它可以 在 Windows 上运行。在大多数情况下,您需要触发索引过程或安排它。您也许可以使用 .NET 中的 FilesystemWatcher触发新文件的索引,但这实际上取决于它们需要多长时间在搜索结果中可见。

There are various open source tools for indexing documents, but they tend to require some tuning. I'd recommend you look at:

Although Solr uses Java, it can run on Windows. In most cases you need to trigger the indexing process or schedule it. You might be able to use a FilesystemWatcher from .NET to trigger indexing of new files but it really depends on how soon they need to be visible in search results.

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