微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ASP.NET搜索引擎

我正在建立一个公司网站.我们正在寻找基于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/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐