Article Rank Determined By Indexing Service
THIS ARTICLE APPLIES TO:
PROCESS:
Search Features
The Knowledgebase uses the Microsoft Indexing Service to return the search results of Articles. The Indexing Service also ranks articles based on the number of times it appears on the article, density and size of the current catalog. Additionally, adding Priority Keywords helps in the process of ranking articles.
As an operating system component, Indexing Service targets the same wide range of customer scenarios that Windows targets. Indexing Service targets the user's desktop and provides an enhanced search experience for individual users over information stored on local disks. Indexing Service is exposed in Windows when you click the Search button in the Start menu, when you press CTRL+F, when you click the Search button in Windows Explorer, and when you click the search task pane in Office XP.
Indexing Service exposes management and query objects that allow rapid development of custom search applications. Indexing Service catalogs can be expanded to contain information from remote file shares. Such custom applications can serve vertical applications or groups of users and can crawl information from multiple locations. Indexing Service also offers full-text search from Internet sites. Indexing Service can be used to drive custom search Web applications. In addition to query language support, Indexing Service offers a full range of programmability features targeting the custom application developer: scripting objects for query and administration, an OLE DB provider, and ADO compatibility.
Filters: Indexing Service uses filters installed on the operating system, including the MIME filter for news and e-mail, the Office filter for Office documents, and the HTML filter.
Ranking: Indexing Service uses ranking algorithms based on the vector space model. Information about the specific algorithms is included in the Platform SDK. The default algorithm used is the Jaccard formula.
For more information about Indexing Service's ranking formulae see this article.
AFFECTED SYSTEMS & USERS:
ADDITIONAL INFORMATION:
A list of features new to Indexing Service 3.0 (provided with Windows 2000) is available in the Platform SDK.
Indexing Service is the performance solution for custom application development to provide full-text search over content of an Internet site. It is less appropriate for applications where the data is primarily structured. Such applications should consider Microsoft SQL Server 2000. For out-of-box ease of use, or for applications that require aggregation of content from various sources and source types, SharePoint Portal Server is the appropriate choice.
Indexing Service is an optional operating system component. Initial indexing of file system contents can be resource intensive and can affect desktop application performance. Therefore, Indexing Service is not enabled by default.
See Also: