加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > asp.Net > 正文

ASP.NET搜索引擎

发布时间:2020-12-15 21:05:46 所属栏目:asp.Net 来源:网络整理
导读:我正在建立一个公司网站.我们正在寻找基于ASP.NET的任何开源或付费搜索引擎.应该可以 搜索站点中所有页面的Web内容. 所有办公室文件.等等 如果我们根据用户类型和styff进行了一些searach搜索过滤. 请告诉我们需要考虑哪种工具或软件. 解决方法 试试 Lucene.N
我正在建立一个公司网站.我们正在寻找基于ASP.NET的任何开源或付费搜索引擎.应该可以

>搜索站点中所有页面的Web内容.
>所有办公室文件.等等
>如果我们根据用户类型和styff进行了一些searach搜索过滤.

请告诉我们需要考虑哪种工具或软件.

解决方法

试试 Lucene.NET

Apache Lucene is a high-performance,
full-featured text search engine
library written entirely in Java. It
is a technology suitable for nearly
any application that requires
full-text search,especially
cross-platform.

Lucene.Net is a source code,
class-per-class,API-per-API and
algorithmatic port of the Java Lucene
search engine to the C# and .NET
platform utilizing Microsoft .NET
Framework.

以下是一些教程链接,可帮助您入门:

> http://codeclimber.net.nz/archive/2009/09/02/lucene.net-your-first-application.aspx
> http://www.codeproject.com/KB/library/IntroducingLucene.aspx
> http://www.aspfree.com/c/a/BrainDump/Working-with-Lucene-dot-Net/

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读