Thursday, September 13, 2007

Lucene.Net & C# Indexing and Searching WinForm Example

ASPCode.net - C# and Lucene to index and search

"This sample will show you how to use Lucene from your .NET application to index and search content. There are some articles and samples to be found on the web, but it seems that they are a bit outdated. Myself I used Lucene version 1.4 something some year(s) ago and thought now that I needed it again I could just download the new dll:s and copy my existing code. Turns out they have made quite a few API changes.

..."

Extra and updated examples never hurt...

If you have plain text (or can get it, say via IFilter) and need or want full text indexing/searching, then Lucene.net deserves a look.

I've seen it used in a number of open source/free/etc projects and have always been impressed with its indexing speed and query performance.

(via DotNetKicks.com - C# and Lucene to index and search)

 

Related Past Post XRef: (I think that's all of them. Been following Lucene for a bit... :)
Using Lucene.Net to Index And Search C# Source
Lucene.Net 2.0 Final Released
DotLucene 1.9 Final Released
"DotLucene / Lucene.Net has moved to ASF"
Indexing Database Content with dotLucene
DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code
Lucene.Net 1.4.0 Beta build-001
Open Lucene.NET - The Open Source Search Engine
SourceForge.net: Lucene.Net core moved from SF
SourceForge.net: Project Info - Lucene.Net search engine

No comments: