Properties of Documents

Note

Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.

 

Indexing Service views the documents that it processes as objects with an assortment of properties. It separates the information that a document represents into these properties — according to their characteristics — as it filters, indexes, and queries the properties. This section describes the important characteristics of document properties and how Indexing Service processes them. The following table lists the topics in the section and describes the characteristic that each topic discusses.

Topic Characteristic
Property Names Each property has a unique name.
Property Types Each property represents either unformatted text in the content of the document or a formatted value that describes the whole document.
Property Filtering Properties are extracted from documents by filters implemented for specific document types.
Property Indexing The type of a property determines what kind of indexing occurs for the property.
Property Querying The type of a property determines what kind of querying can occur for the property.

 

Indexing Service stores and accesses its information using the Microsoft OLE DB Provider. Consequently, Indexing Service documentation sometimes uses database nomenclature — referring to document properties as attributes, columns, or fields — appropriate for the context.