Developing Filter Handlers for Windows Search

Microsoft Windows Search uses filters to extract the content of items for inclusion in a full-text index. You can extend Windows Search to index new or proprietary file types by writing filters to extract the content, and property handlers to extract the properties of files.

This section provides the conceptual framework that is necessary for implementing a filter handler (an implementation of the IFilter interface).

Additional Resources