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.
use Lucene.net , Indexing and searching source code with Lucene.Net