次の方法で共有


Registry Entries

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 uses entries in the registry to control many performance and resource variables for indexing and querying. The registry also includes entries with path names for catalogs and their scopes, with names for files needed to process queries and create formatted results, and for flags that influence what information Indexing Service logs in the Windows event log. The registry also contains language-specific information for the language being indexed.

Indexing Service supplies the SetLongProperty, SetSZProperty, GetLongProperty, and GetSZProperty methods of the AdminIndexServer object for programmatically setting and retrieving Indexing Service registry entries. These methods work in programming environments that support automation, such as Microsoft Visual Basic, Microsoft Visual Basic Scripting Edition (VBScript), and Microsoft JScript.

[!Caution]
Incorrectly editing the registry may severely damage your system. Back up the current version of the registry before making any changes. You should also back up any valued data on the computer.

 

Indexing Service registry entries group by functionality into the following categories.

  • Main Registry Entries. This group includes the majority of the entries. With the exception of the DefaultColumnFile entry, they are found under the key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex

    The DefaultColumnFile entry is found under the key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndexCommon

  • Catalog, Property, and Scope Registry Entries. This group includes entries that define the catalog directories and scopes that determine what gets indexed for each catalog and cached properties. These registry entries are found under the key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex\Catalogs

    and its subkeys, one for each catalog.

  • Language-Specific Registry Entries. This group includes entries that control the parts of the indexing and query processes that are language-specific. These registry entries can be found under the key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex\Language