Microsoft Search Server
This article may meet Wikipedia's criteria for speedy deletion because in its current form it serves only to promote or publicise an entity, person, product, or idea, and would require a fundamental rewrite in order to become encyclopedic. However, the mere fact that a company, organization, or product is a page's subject does not, on its own, qualify that page for deletion under this criterion. This criterion also does not apply where substantial encyclopedic content would remain after removing the promotional material as deletion is not cleanup; in this case please remove the promotional material yourself, or add the {{advert}} tag to alert others to do so. See CSD G11.
If this article does not meet the criteria for speedy deletion, or you intend to fix it, please remove this notice, but do not remove this notice from pages that you have created yourself. If you created this page and you disagree with the given reason for deletion, you can click the button below and leave a message explaining why you believe it should not be deleted. You can also visit the talk page to check if you have received a response to your message. Note that this article may be deleted at any time if it unquestionably meets the speedy deletion criteria, or if an explanation posted to the talk page is found to be insufficient.
Note to administrators: this article has content on its talk page which should be checked before deletion. Administrators: check links, talk, history (last), and logs before deletion. Consider checking Google.This page was last edited by Sandeep999 (contribs | logs) at 14:15, 20 August 2011 (UTC) (13 years ago) |
![]() | This article needs to be updated.(September 2010) |
Microsoft Search Server (MSS) is an enterprise search platform from Microsoft, based on the search capabilities of Microsoft Office SharePoint Server.[1] MSS shares its architectural underpinnings with the Windows Search platform for both the querying engine as well as the indexer. Microsoft Search Server was once known as SharePoint Server for Search.[2]
Microsoft Search Server has been made available as Search Server 2008, which has was released in the first half of 2008. In 2010, Search Server 2010 http://www.microsoft.com/enterprisesearch/searchserverexpress/en/us/technical-resources.aspx became available, including a free version, named Search Server 2010 Express. The express edition will feature the same feature-set as the commercial edition, including no limitation on the number of files indexed; however, it is limited to a stand-alone installation and cannot be scaled out to a cluster.[3] A release candidate of Search Server Express 2008 was made available on November 7, 2007; it is scheduled to Release to Manufacturing (RTM) in sync with Search Server 2008.
A more detailed comparison of the feature differences between Search Server 2008, Search Server 2010, and Search Server 2010 Express can be found at http://www.microsoft.com/enterprisesearch/searchserverexpress/en/us/compare.aspx
Overview

MSS provides a search center interface to present the UI for querying. The interface is available as a web application, accessed using a browser. The query can either be a simple query, or use advanced operators as defined by the AQS syntax. The matched files are listed along with a snippet from the file, with the search terms highlighted, sorted by relevance. The relevance determination algorithm has been developed by Microsoft Research and Windows Live Search.[4] MSS also shows definitions of the search terms, where applicable, as well as suggests corrections for misspelled terms. Duplicate results are collapsed together. Alerts can be set for specific queries, where the user is informed of changes to the results of a query via email or RSS.[5] The search center UI uses the ASP.NET web part infrastructure and can be customized using either Microsoft Visual Studio or Microsoft Office SharePoint Designer. Custom actions can be defined on a per-filetype basis as well.[4]
MSS can index any data source as long as an indexing connector for the data source is provided.[5] The indexing connector includes protocol handlers, metadata handlers and iFilters to enumerate the data items in the source and extract metadata from the items in the data source. If the file type in the source has a corresponding iFilter, then it is used to extract the text of the file for full text indexing as well. The handlers and iFilters MSS uses are the same as used by SharePoint, Microsoft SQL Server and Windows Search as well.[4] The data sources that are to be indexed are identified by their URIs and have to be configured prior to indexing. The indexer updates the search index as soon as an item is indexed (continuous propagation) so that the items can be queried against even before the indexing crawl is complete. MSS can also federate searches to other search services (including SharePoint and web search servers) that support the OpenSearch protocol.[5] Federated locations can be serialized to a .fld
file.[4]
The administration UI, which is also presented as a web application, can be used to review statistics such as most frequent queries, top destination hits, click through rates etc., as well as fine tune relevancy settings,[5] indexing policies (including inclusion and exclusion filters) and schedules, and set up a cluster of the servers.[4] It can also be used to back up either the configuration state or the search indices. ACLs can also be defined to limit the search result according to the rights of the user initiating the query.
References
- ^ Kanaracus, Chris (2007-11-06). "Microsoft Unveils Enterprise Search Products". The New York Times. Retrieved 2007-11-08.
- ^ http://office.microsoft.com/en-us/sharepointsearch/FX101729721033.aspx
- ^ "Microsoft Gives Away Search Server 2008". Retrieved 2007-11-08.
- ^ a b c d e "Microsoft Search Server 2008 Features". Retrieved 2007-11-08.
- ^ a b c d "Microsoft Search Server 2008". Retrieved 2007-11-08.