You must implement your filter for full-text search. There is a file with its extension .sc , it contains xml and in one of the tags .doc file in binary representation. It is necessary that full-text search (filter inherited from IFilter) was searched by words in the attached document .doc.
Found that MS-SQL full-text search uses the same filters as Windows Desktop Search. I found an example of a filter on c ++ here , but it simply uses the already ready Adobe filter, and does not register its own as RarFilter . I also found this example on c # here , register it via regasm, add keys to the registry from the description , but the search does not return results, the filtdump utility throws out error code 0x80048014. I did not find more examples on filters, there are ready ones here , they are registered without problems.
How to implement your filter?