Content Indexing Catalog Samples

Click to open or copy the files for the Index samples.

The sample in this category demonstrates programmatic access to the Content Indexing catalogs. Content Indexing is a service in Windows NT version 5 that provides very fast full text search over material that has been indexed (typically files or Web pages) at the expense of disk space (for storing the catalogs).

The programmatic interface to the index server is via OLE DB.

The index server relies on "filters" (registered implementations of the IFilter interface) to parse different file formats. The following sample shows how such a filter DLL is built.

Ifilter Implementation of the IFilter interface for HTML files.

See Also

IFilter Implementation in COM and ActiveX Object Services

The "Index Server" section in the SDK documentation

Building SDK Samples