By Thierry.Lefort
via codeproject.com
Published: Sep 29 2008 / 12:40
Lucene.Net is a high performance Information Retrieval (IR) library, also known as a search engine library. Lucene.Net contains powerful APIs for creating full text indexes and implementing advanced and precise search technologies into your programs. Some people may confuse Lucene.net with a ready to use application like a web search/crawler, or a file search application, But Lucene.Net is not such an application, it a framework library. Lucene.Net provides a framework for implementing these difficult technologies yourself. Lucene.net makes no discriminations on what you can index and search, which gives you a lot more power compared to other full text indexing/searching implications, you can index anything that can be represented as text. There are also ways to get Lucene.net to index HTML, Office documents, PDF files and much more.
Comments
mknutty replied ago:
Introducing? Been using it for years.
Voters For This Link (9)
Voters Against This Link (0)