【问题标题】:Looking for an example of using Lucene.net with ASP.NET [closed]寻找将 Lucene.net 与 ASP.NET 结合使用的示例 [关闭]
【发布时间】:2010-09-25 06:44:42
【问题描述】:

如何在asp.net中实现Lucene.net的搜索功能?如果可能,请提供链接或示例代码。

【问题讨论】:

    标签: asp.net lucene.net


    【解决方案1】:

    我认为 mojoPortal (ASP.NET CMS) 使用 Lucene.NET。

    另一个很好的例子,cuyahoga,也使用了 NHibernate。

    你可以看看他们的来源...

    extra codeproject link

    【讨论】:

      【解决方案2】:

      请务必查看 LINQ to Lucene。它的功能并不完整,但它确实使入门变得更加容易: http://www.codeplex.com/linqtolucene

      【讨论】:

        【解决方案3】:

        这里有一个很棒的博客系列:

        1. Lucene.NET
        2. Introduction to Lucene
        3. Indexing basics
        4. Search basics
        5. Alternatives ( did you mean …)
        6. Faceted search / Drill down
        7. Class reference

        我还发现了另一个名为 SimpleLucene 的项目,您可以在需要更新或删除文档时使用它来维护 lucene 索引。

        【讨论】:

        • 对于遇到此问答的人仅供参考:最新版本的 Lucene.NET (3.0.3) 早在 2012 年,所有这些链接都指向可追溯到 2009 年的文章和资源。
        • 截至 2018 年 2 月 28 日,Lucene.Net 有一个测试版可用,最高版本为 4.8.0。您还可以通过 NuGet 找到更多支持包。有关最新软件包的更多信息:nuget.org/packages/Lucene.Net
        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2016-12-11
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2010-09-06
        • 2012-03-27
        相关资源
        最近更新 更多