Windows index service continuously extracts contents from files (for which an appropriate IFilter is installed) under a specified directory and constructs an indexed catalog to facilitate efficient and rapid searching.
When you set "Index this resource" on IIS 6 and Windows Index Service is running, the service adds the actual physical path of the website/virtual directory/directory/sub-directory to the list of directories to be indexed in the Web catalog and the service starts to index the files.
There are various ways to interact programmatically with the Windows Index Service to search the indexed files/contents; such as OLE DB Provider, Query Helper & Others....
Set Option On: When
- Custom searching is to be performed through Windows Index Service
- Web Site/Directory contains files which will be searched.
Set Option Off: When
- Custom searches won't use Windows Index Service.
Windows Index Service continuously indexs contents of sites/directories which have the option turned on and this can result in performance issues.
It's recommended to turn the option off on site/s which don't use Microsoft Index Services.
Note: Windows Index Service is disabled by default on Windows Server 2003.