We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
有多种用于索引文档的开源工具,但它们往往需要一些调整。我建议您查看:
虽然 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.