<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>SharePoint Magazine &#187; ssp</title>
	<atom:link href="http://sharepointmagazine.net/tag/ssp/feed" rel="self" type="application/rss+xml" />
	<link>http://sharepointmagazine.net</link>
	<description>SharePoint Magazine is an online Magazine dedicated to the world of SharePoint</description>
	<lastBuildDate>Mon, 05 Jul 2010 09:14:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Customizing Search Series &#8211; Introduction</title>
		<link>http://sharepointmagazine.net/technical/customisation/customizing-search-series-introduction</link>
		<comments>http://sharepointmagazine.net/technical/customisation/customizing-search-series-introduction#comments</comments>
		<pubDate>Thu, 28 Aug 2008 07:30:15 +0000</pubDate>
		<dc:creator>stevemann</dc:creator>
				<category><![CDATA[Customisation]]></category>
		<category><![CDATA[best bet]]></category>
		<category><![CDATA[Customizing Search]]></category>
		<category><![CDATA[MOSS Search]]></category>
		<category><![CDATA[scopes]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[ssp]]></category>

		<guid isPermaLink="false">http://sharepointmagazine.net/?p=604</guid>
		<description><![CDATA[Welcome to a six-part series on MOSS Search capabilities and its customization. This article serves as an introduction to search and will define several key items within the administration and configuration thereof.]]></description>
			<content:encoded><![CDATA[<p>Welcome to a six-part series on MOSS Search capabilities and its customization. This article serves as an introduction to search and will define several key items within the administration and configuration thereof.</p>
<p><strong>High Level Search Concepts</strong></p>
<p>Essentially, there are two main components of search, the indexing and the querying. The indexing is the process in which all documents and content are reviewed and many key items about the item (meta data) are stored. The querying is when a user wishes to search for an item. The user enters keywords or phrases and the query engine looks at the indexed content and returns items that match.</p>
<p>The indexing process is called &#8220;crawling&#8221; and the indexed content is called &#8220;crawled content&#8221;. The querying and the query results (search results) is the end-user experience of the MOSS Search capabilities. Usually in a MOSS farm, there is one server dedicated to perform the indexing and the querying, however, these functions may be split out onto two separate servers. For this series, the assumption is the same server provides both services to the farm.</p>
<p><strong>Office SharePoint Server Search Service </strong></p>
<p>The server that runs the search service needs to have the Office SharePoint Server Search service started and configured. This is facilitated within Operations of the Central Administration (CA) and is managed by the Services on server settings.</p>
<p><a href="http://sharepointmagazine.net/wp-content/uploads/2008/08/services-on-server.jpg"><img class="alignnone size-medium wp-image-605" src="http://sharepointmagazine.net/wp-content/uploads/2008/08/services-on-server.jpg" alt="" width="261" height="243" /></a></p>
<p>The settings for the service will be investigated in the next article.</p>
<p><strong>Search Settings</strong></p>
<p>Once the service has been started on one of the servers in the farm, the next step is determining what will be crawled and how often. Of course, there are out-of-the-box default settings which will be shown here. The remainder of this article series will build upon the default configuration and expand the overall search experience within MOSS.</p>
<p>The search settings are governed by the Shared Services Administration within the SSP that was setup during the MOSS installation process. Clicking on the SSP name will bring up the overall settings.</p>
<p>Clicking on Search settings will show the main search settings screen in which most of the modifications within this series will occur.</p>
<p><a href="http://sharepointmagazine.net/wp-content/uploads/2008/08/search-settings2.jpg"><img class="alignnone size-medium wp-image-607" src="http://sharepointmagazine.net/wp-content/uploads/2008/08/search-settings2-300x206.jpg" alt="" width="362" height="264" /></a><a href="http://sharepointmagazine.net/wp-content/uploads/2008/08/search-settings.jpg"></a></p>
<p>This is where the content sources can be defined. From MSDN, a content source is a collection of start addresses representing content that should be crawled by the search index component.</p>
<p><strong> </strong></p>
<p><strong>Search Results</strong></p>
<p>The results are based on the &#8220;scope&#8221; that is used for searching. There are two main out-of-the-box scopes; All Sites and People. A scope carves out a piece of the crawled content and determines what should be searched. It can be thought of a defined view of the crawled content. During this series a new scope will be created for a customized search experience.</p>
<p>The results appear on page within the MOSS system (within the Search Center by default) using a pre-defined web-part page which contains several out-of-the-box search web-parts. The main web part is the Search Core Results and its configuration determines the appearance and layout of the results.</p>
<p>This series will also dive into the customization of the Search Core Results web-part to include additional search fields based on the business data content source.</p>
<p><strong>What&#8217;s Next?</strong></p>
<p>The next article will dig a little deeper into the settings and configurations described above. The entire series will build out a scenario of adding content from an external data source (using the Business Data Catalog) and then enabling MOSS to return customized results.</p>
<p><strong>Glossary of Terms</strong></p>
<p>Based on the above discussions, the key terms are defined as follows:</p>
<p><strong>Business Data Catalog (BDC)</strong> &#8211; an Enterprise feature in MOSS that allows for the retrieval of external data from other systems or databases.</p>
<p><strong>Content Source</strong> &#8211; a collection of start addresses representing content that should be crawled by the search index component (Source: MSDN)</p>
<p><strong>Crawling</strong> &#8211; the process at which the search engine retrieves information from a content source and produces appropriate indexes and properties based on the content that is found.</p>
<p><strong>Full Crawl</strong> &#8211; the process of crawling all of the content available within a content source; the reindexing of previous crawled content may occur</p>
<p><strong>Incremental Crawl</strong> &#8211; the process of crawling only new content from the previous full or incremental crawl.</p>
<p><strong>Managed Properties / Meta Data Properties</strong> &#8211; Managed properties are the set of properties that are part of the search user experience, so to include a crawled property value in search functionality, it must be mapped to a managed property in the Document property mappings. (Source: MSDN)</p>
<p>Scope  - search scopes are a collection of items grouped together based on a common element among the items within that scope, which help users broaden or narrow the scope of their searches. (Source: MSDN)</p>
<p><strong>References</strong></p>
<p><strong> </strong>Enterprise Search Architecture &#8211; <a href="http://msdn.microsoft.com/en-us/library/ms570748.aspx">http://msdn.microsoft.com/en-us/library/ms570748.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sharepointmagazine.net/technical/customisation/customizing-search-series-introduction/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
