Search code examples
searchdatatablesearch-enginefull-text-search

fulltext search for dataset


I'd like to implement fulltext search for a datatable ?

are there any .net libraries which support indexing/searching on the fly ?


Solution

  • Lucene.NET.

    Here's a blog post about how I used it in my application. http://ifdefined.com/blog/post/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx