Is It possible to extend Windows search index with a filter handler that works with a custom file format in .NET/C#?
I want the indexing to work for some custom file types. For some custom file formats, I need to implement a filter or property handler to have file content and properties indexed.
I googled it to get some samples relating to it but I could not find anything useful. Although I got an article from msdn which talks about extending the indexes for windows.
Can anyone help me get started?