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