Reputation: 29178
My .NET application needs to access specific file types without searching the entire system. So, I would like to implement a file indexer so that I can access the list of files of a particular type easily. Which is the most optimal way to save the file details for faster searching based on file types.
Is there any free library available for indexing.
Upvotes: 1
Views: 323
Reputation: 50712
use Lucene.net , Indexing and searching source code with Lucene.Net
Upvotes: 1