<?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/"
	>

<channel>
	<title>Michaël&#039;s coding thoughts &#187; Search</title>
	<atom:link href="http://blog.hompus.nl/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hompus.nl</link>
	<description>Because I like to share knowledge</description>
	<lastBuildDate>Fri, 11 Mar 2011 13:35:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Calling a SharePoint Web Service from Silverlight over HTTP and HTTPS</title>
		<link>http://blog.hompus.nl/2010/01/27/calling-a-sharepoint-web-service-from-silverlight-over-http-and-https/</link>
		<comments>http://blog.hompus.nl/2010/01/27/calling-a-sharepoint-web-service-from-silverlight-over-http-and-https/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 10:52:58 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[BasicHttpBinding]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://blog.hompus.nl/2010/01/27/calling-a-sharepoint-web-service-from-silverlight-over-http-and-https/</guid>
		<description><![CDATA[The past couple of weeks I&#8217;m working with Silverlight controls embedded in SharePoint 2007. For one of the controls I need to retrieve the data using the Search Query Web Service. I was using the following code: private void Page_Loaded(object sender, RoutedEventArgs e) { var endpoint = new EndpointAddress(GetParam(&#34;SharePointWeb&#34;) + &#34;/_vti_bin/search.asmx&#34;); var binding = new [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2010/01/27/calling-a-sharepoint-web-service-from-silverlight-over-http-and-https/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint Incremental Crawl takes much longer after adding or removing a user</title>
		<link>http://blog.hompus.nl/2009/03/23/sharepoint_incremental_crawl_takes_much_longer_after_adding_or_removing_a_user/</link>
		<comments>http://blog.hompus.nl/2009/03/23/sharepoint_incremental_crawl_takes_much_longer_after_adding_or_removing_a_user/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 07:15:38 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Crawl]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://hompus.wordpress.com/2009/03/23/sharepoint_incremental_crawl_takes_much_longer_after_adding_or_removing_a_user/</guid>
		<description><![CDATA[It&#8217;s a sad and known fact that having lot&#8217;s of ACL&#8217;s in your SharePoint database has a negative effect on the performance of your site. What I didn&#8217;t know yet was that changes to the ACL will impact you incremental crawls. Vikram Lakhotia has posted a description about this in his blogpost: &#8220;Sharepoint Incremental Crawl [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2009/03/23/sharepoint_incremental_crawl_takes_much_longer_after_adding_or_removing_a_user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Denied when crawling mysite / people on localhost with a different hostname</title>
		<link>http://blog.hompus.nl/2009/03/12/access_denied_when_crawling_mysite_people_on_localhost_with_a_different_hostname/</link>
		<comments>http://blog.hompus.nl/2009/03/12/access_denied_when_crawling_mysite_people_on_localhost_with_a_different_hostname/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 21:55:34 +0000</pubDate>
		<dc:creator>Michaël Hompus</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Access denied]]></category>
		<category><![CDATA[Crawl]]></category>
		<category><![CDATA[Local loopback]]></category>
		<category><![CDATA[MySite]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint 2007]]></category>

		<guid isPermaLink="false">http://hompus.wordpress.com/2009/03/12/access_denied_when_crawling_mysite_people_on_localhost_with_a_different_hostname/</guid>
		<description><![CDATA[I have a clean install on the latest and greatest: Windows Server 2008, SQL Server 2008 and MOSS 2007 SP1 with all updates. This is the layout of my farm: http://&#60;server&#62;:80 &#8211; Portal http://&#60;server&#62;:8000 &#8211; Central Admin http://&#60;server&#62;:8001 &#8211; SSP http://mysite &#8211; MySites Everything works fine, except the search crawl gave Access Denied errors on [...]]]></description>
		<wfw:commentRss>http://blog.hompus.nl/2009/03/12/access_denied_when_crawling_mysite_people_on_localhost_with_a_different_hostname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

