I'd like to implement fulltext search for a datatable ?
are there any .net libraries which support indexing/searching on the fly ?
I'd like to implement fulltext search for a datatable ?
are there any .net libraries which support indexing/searching on the fly ?
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