ASP.NET搜索引擎

前端之家收集整理的这篇文章主要介绍了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/

原文链接:https://www.f2er.com/aspnet/245061.html

猜你在找的asp.Net相关文章