如何为数据库中的数据建立索引以供lucene搜索

发布于 2024-12-03 11:22:08 字数 148 浏览 0 评论 0原文

我们想要对数据库中的数据进行全文搜索,并且我们想要使用 Lucene.net 来完成此操作。

在java中,我可以使用hibernate-search来构建索引和搜索,但是在.net中我想知道是否有任何想法来实现它?

如果没有工具,如何手动建立索引?

We want to make a full text search for the data in our database,and we want to use the Lucene.net to make this.

In java ,I can use the hibernate-search to build index and search,but in .net I wonder if there is any idea to implement it?

If no existed tool,how to build the index manually?

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

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

发布评论

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

评论(1

困倦 2024-12-10 11:22:08

您可以使用 hibernate (NHibernate) 的 .NET 版本,它也具有搜索扩展。
http://ayende.com/blog/3992/nhibernate-search

You could use the .NET version of hibernate (NHibernate), which also has the Search extension.
http://ayende.com/blog/3992/nhibernate-search

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