ASP.NET Search engine

asp.net, search-engine, sql-server

Solution

Try 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.

Here are some links of tutorials to get you started:

- 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/

Problem

I am in the process of building a corporate web site. We are looking for any open source or paid search engine based on the ASP.NET. It should be able to - Search web content of all the pages in the site. - All office documents. etc. - If we have some searach reseults filtering based on the user type and styff. Please let me know what kind of tools or software we need to consider.

Original source