CRK
CRK

Reputation: 607

Search functionality in C#.Net

I am working on C#.Net project with infragistics. My project i want to implement search options, like Microsoft outlook search functionality. For that which infragistics/Winforms tool i have to use, how to implement same Microsoft office Outlook 2007 Instant Search options in my project.

Thanks

Upvotes: 0

Views: 806

Answers (1)

jethro
jethro

Reputation: 18753

You can try to use lucene.net search engine. Here is some basic info about this tool:

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.

Upvotes: 2

Related Questions