如何为数据库中的数据建立索引以供lucene搜索
我们想要对数据库中的数据进行全文搜索,并且我们想要使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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