<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">BBB - Bas Blogging &amp;#39;Bout SharePoint</title><subtitle type="html">Blog mainly about SharePoint and Fast for SharePoint</subtitle><id>http://bloggingabout.net/blogs/bas/atom.aspx</id><link rel="alternate" type="text/html" href="http://bloggingabout.net/blogs/bas/default.aspx" /><link rel="self" type="application/atom+xml" href="http://bloggingabout.net/blogs/bas/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.40407.4157">Community Server</generator><updated>2012-02-24T19:51:00Z</updated><entry><title>SharePoint 2013 and Windows 8 apps - better together Part 2: Platform choice, using the right API and data access</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2013/03/17/sharepoint-2013-and-windows-8-apps-better-together-part-2-platform-choice-using-the-right-api-and-data-access.aspx" /><id>/blogs/bas/archive/2013/03/17/sharepoint-2013-and-windows-8-apps-better-together-part-2-platform-choice-using-the-right-api-and-data-access.aspx</id><published>2013-03-17T18:19:00Z</published><updated>2013-03-17T18:19:00Z</updated><content type="html">This is the second post as part of a blog series about the integration of using SharePoint 2013 as a datasource for windows 8 apps.Find the index at SharePoint 2013 and Windows 8 apps - better together Part 1: Introduction, background and considerations NOTE: this blogpost provides information on how to consume rest-services via c-sharp. A lot of plumbing was done by wictor wilen on authentication , Luc Stakenburg and jmservera . In the following blogpost I&amp;#39;ll show how we used that information...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2013/03/17/sharepoint-2013-and-windows-8-apps-better-together-part-2-platform-choice-using-the-right-api-and-data-access.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578382" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author></entry><entry><title>SharePoint 2013 and Windows 8 apps - better together Part 1: Introduction, background and considerations</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2013/03/17/sharepoint-2013-and-windows-8-apps-better-together-part-1-introduction-background-and-considerations.aspx" /><id>/blogs/bas/archive/2013/03/17/sharepoint-2013-and-windows-8-apps-better-together-part-1-introduction-background-and-considerations.aspx</id><published>2013-03-17T18:09:00Z</published><updated>2013-03-17T18:09:00Z</updated><content type="html">This is the first post as part of a blog series about the integration of using SharePoint 2013 as a datasource for windows 8 apps. Part 1: Introduction, Background and Considerations (this post) Part 2: Platform choice, using the right API and data access Part 3: Search Part 4: Authentication Introduction On 8 march 2013, my colleague Ad Reijngoudt (Windows 8 App developer, follow him on twitter: @Areijngoudt) and I spoke on the dutch Techdays on the subject: &amp;quot;SharePoint 2013 and windows 8 app...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2013/03/17/sharepoint-2013-and-windows-8-apps-better-together-part-1-introduction-background-and-considerations.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578381" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="SharePoint" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint/default.aspx" /><category term="SharePoint 2013" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2013/default.aspx" /><category term="windows 8" scheme="http://bloggingabout.net/blogs/bas/archive/tags/windows+8/default.aspx" /></entry><entry><title>Techdays 2013 - our sessions </title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2013/03/16/techdays-2013-our-sessions.aspx" /><id>/blogs/bas/archive/2013/03/16/techdays-2013-our-sessions.aspx</id><published>2013-03-16T15:37:00Z</published><updated>2013-03-16T15:37:00Z</updated><content type="html">On 7 and 8 March, the yearly returning TechDays event was held in the Netherlands. This was already the 4th year in a row that I was visiting the event as a speaker, with a total of 6 sessions. I wasn&amp;#39;t the only speaker of Achmea ; some colleague&amp;#39;s of mine were speaking as well. (Fact: Alex thissen spoke for the eleventh year in a row. He lost track on the amount of sessions ;) We had a great diversity on subjects (Security, SharePoint , ALM, windows 8) and I&amp;#39;ll give a quick overview...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2013/03/16/techdays-2013-our-sessions.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578380" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author></entry><entry><title>Content by query webpart not performing due to misconfiguration</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2013/01/03/content-by-query-webpart-not-performing-due-to-misconfiguration.aspx" /><id>/blogs/bas/archive/2013/01/03/content-by-query-webpart-not-performing-due-to-misconfiguration.aspx</id><published>2013-01-03T20:27:00Z</published><updated>2013-01-03T20:27:00Z</updated><content type="html">Today we were experiencing some major performance issues on some pages on a new website. The pages that were experiencing these performance issues, all made use of the content by query webpart (we didn&amp;#39;t have any performance issues before on these pages). The content by query webpart that we were using on the site, used a pagefield value , which was used to lookup some related pages from another list. The problem A quick look at the developer dashboard learned me that something &amp;quot;bad&amp;quot;...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2013/01/03/content-by-query-webpart-not-performing-due-to-misconfiguration.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578245" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="SharePoint" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint/default.aspx" /><category term="SharePoint 2010" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2010/default.aspx" /><category term="content by query webpart" scheme="http://bloggingabout.net/blogs/bas/archive/tags/content+by+query+webpart/default.aspx" /></entry><entry><title>SharePoint 2010 signout different behaviours based on the number of selected Authentication Types</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/12/29/sharepoint-2010-signout-different-behaviours-based-on-the-number-of-selected-authentication-types.aspx" /><id>/blogs/bas/archive/2012/12/29/sharepoint-2010-signout-different-behaviours-based-on-the-number-of-selected-authentication-types.aspx</id><published>2012-12-29T11:56:00Z</published><updated>2012-12-29T11:56:00Z</updated><content type="html">While working on our custom ADFS login component and deployed this version to our DTAP street, we saw different behaviours when signing out of a site, under different circumstances. Wen users tried to logout via the page &amp;quot;/_layouts/signout.aspx&amp;quot; users sometimes where redirected back to the root of the site and in some cases users got the message &amp;quot;please close the browser to signout&amp;quot;. As I was curious why this happened, I decided to check a few things out. In wat cases does what...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/12/29/sharepoint-2010-signout-different-behaviours-based-on-the-number-of-selected-authentication-types.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578237" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="SharePoint" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint/default.aspx" /><category term="SharePoint 2010" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2010/default.aspx" /><category term="authentication" scheme="http://bloggingabout.net/blogs/bas/archive/tags/authentication/default.aspx" /></entry><entry><title>Customizing ADFS login for SharePoint 2010: how we did it</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/12/28/customizing-adfs-login-for-sharepoint-2010-how-we-did-it.aspx" /><id>/blogs/bas/archive/2012/12/28/customizing-adfs-login-for-sharepoint-2010-how-we-did-it.aspx</id><published>2012-12-28T17:33:00Z</published><updated>2012-12-28T17:33:00Z</updated><content type="html">In SharePoint 2010 the possibility of claims based authentication was introduced. The out of the box experience of this functionality is often OK, for example in cases of corporate intranets and extranets, but it doesn&amp;rsquo;t always fulfill the requirements of internet facing websites which require authentication. This blogposts describes why we wanted to implement the active login scenario and learns us what kind of problems we encountered (and nailed ;)) Login requirements At our company we own...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/12/28/customizing-adfs-login-for-sharepoint-2010-how-we-did-it.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=578236" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="SharePoint" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint/default.aspx" /><category term="c#" scheme="http://bloggingabout.net/blogs/bas/archive/tags/c_2300_/default.aspx" /><category term="SharePoint 2010" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2010/default.aspx" /><category term="authentication" scheme="http://bloggingabout.net/blogs/bas/archive/tags/authentication/default.aspx" /></entry><entry><title>Fast Search for SharePoint: crawler process blocked due to memory capacity limit</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/08/22/fast-search-for-sharepoint-crawler-process-blocked-due-to-memory-capacity-limit.aspx" /><id>/blogs/bas/archive/2012/08/22/fast-search-for-sharepoint-crawler-process-blocked-due-to-memory-capacity-limit.aspx</id><published>2012-08-22T20:42:00Z</published><updated>2012-08-22T20:42:00Z</updated><content type="html">This week I encountered the problem that the indexation of content didn&amp;rsquo;t seem to end. After 5 hours of crawling, my 1000 html pages of content still weren&amp;#39;t indexed by the Fast crawler. After putting on my Sherlock Holmes outfit, I started to investigate this problem. It turned out to be a real adventure to find a solution for this problem. Investigating the problem Firing up the ULS-viewer learned me that my development machine was too low on resources: 08/22/2012 21:22:36.40 mssearch...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/08/22/fast-search-for-sharepoint-crawler-process-blocked-due-to-memory-capacity-limit.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577979" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="SharePoint 2010" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2010/default.aspx" /><category term="Fast" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Fast/default.aspx" /><category term="Fast Search" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Fast+Search/default.aspx" /></entry><entry><title>Indexing the new Geolocation field in SharePoint 2013 Technical preview is not possible</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/07/25/indexing-the-new-geolocation-field-in-sharepoint-2013-technical-preview-is-not-possible-yet.aspx" /><id>/blogs/bas/archive/2012/07/25/indexing-the-new-geolocation-field-in-sharepoint-2013-technical-preview-is-not-possible-yet.aspx</id><published>2012-07-25T17:08:00Z</published><updated>2012-07-25T17:08:00Z</updated><content type="html">As I was playing around with the new geolocation column of SharePoint 2013, I wanted to try to migrate my geosearch solution for Fast Search for SharePoint 2010 to SharePoint 2013. The addition of the geolocation column was opening up some interesting possibilities. Potentially, this solution would add some (near) out of the box geolocation solutions. Unkown Datatype After adding the geolocation column, adding some data to the last, I started to crawl the content. For some reason, the geolocation...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/07/25/indexing-the-new-geolocation-field-in-sharepoint-2013-technical-preview-is-not-possible-yet.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577941" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="Geo" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Geo/default.aspx" /><category term="SharePoint 2013" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2013/default.aspx" /></entry><entry><title>SharePoint 2013 geolocation column: a component is not installed</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/07/22/sharepoint-2013-geolocation-column-a-component-is-not-installed.aspx" /><id>/blogs/bas/archive/2012/07/22/sharepoint-2013-geolocation-column-a-component-is-not-installed.aspx</id><published>2012-07-21T23:35:00Z</published><updated>2012-07-21T23:35:00Z</updated><content type="html">Today I was playing with the new geo location column. I added the Bing maps key, created a custom list and added the geo location column via code to that list. Upon submitting a new listitem, I received an error, mentioning that a component was not installed, to be able to use geolocation. This is a strange error, because I was able to add the column programmatically, while adding content to the list, is not possible. After checking the Diagnostic log, I noticed the following error: A required component...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/07/22/sharepoint-2013-geolocation-column-a-component-is-not-installed.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577937" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="Geo" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Geo/default.aspx" /><category term="SharePoint 2013" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2013/default.aspx" /></entry><entry><title>WSP Deployment scopes and the development lifecycle in large environments</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/07/21/wsp-deployment-scopes-and-the-development-lifecycle-in-large-environments.aspx" /><id>/blogs/bas/archive/2012/07/21/wsp-deployment-scopes-and-the-development-lifecycle-in-large-environments.aspx</id><published>2012-07-21T16:13:00Z</published><updated>2012-07-21T16:13:00Z</updated><content type="html">At our company, we use sharepoint to host all of our websites. As SharePoint is quite scalable, this is of course no problem and the production farm can handle it easily. These websites need to be developed and be tested, before they can be deployed to the production farm. This process is nothing special and doesn&amp;#39;t diverge from most popular software development methodologies. Development Lifecycle As stated before: Our development process is not something special: we develop, test it, the customer...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/07/21/wsp-deployment-scopes-and-the-development-lifecycle-in-large-environments.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577936" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="SharePoint" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint/default.aspx" /><category term="deployment" scheme="http://bloggingabout.net/blogs/bas/archive/tags/deployment/default.aspx" /></entry><entry><title>GeoSearch with Fast Search for SharePoint 2010 - Part 3: how to use the latitude and longitude in your queries</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/04/10/geosearch-with-fast-search-for-sharepoint-2010-part-3-how-to-use-the-latitude-and-longitude-in-your-queries.aspx" /><id>/blogs/bas/archive/2012/04/10/geosearch-with-fast-search-for-sharepoint-2010-part-3-how-to-use-the-latitude-and-longitude-in-your-queries.aspx</id><published>2012-04-10T19:21:00Z</published><updated>2012-04-10T19:21:00Z</updated><content type="html">This is the third and last part of a series of blogposts about GeoSearch with Fast Search for SharePoint. I recently held some presentations about extending the power of Fast (on DIWUG and the Dutch TechDays 2012 ) and one of the subjects that I talked about was on how to search for locations, sort on distances etcetera. The recording of my sessions are available on Channel 9 in dutch. Part 1: why and how Part 2: the custom pipeline extension to enrich the Fast index with spatial data Part 3: how...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/04/10/geosearch-with-fast-search-for-sharepoint-2010-part-3-how-to-use-the-latitude-and-longitude-in-your-queries.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577470" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="SharePoint" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint/default.aspx" /><category term="Search" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Search/default.aspx" /><category term="Fast" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Fast/default.aspx" /><category term="Geo" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Geo/default.aspx" /></entry><entry><title>SharePoint 2007 to 2010 migration error when changing the UIVersion and masterpages</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/03/27/sharepoint-2007-to-2010-migration-error-when-changing-the-uiversion-and-masterpages.aspx" /><id>/blogs/bas/archive/2012/03/27/sharepoint-2007-to-2010-migration-error-when-changing-the-uiversion-and-masterpages.aspx</id><published>2012-03-27T14:15:00Z</published><updated>2012-03-27T14:15:00Z</updated><content type="html">I am with my team currently busy on a migration of our intranet from SharePoint 2007 to SharePoint 2010. Part of this migration, is updating the masterpages, so that we can benefit from every new SharePoint 2010 feature. The Problem Recently, two of our teammembers got the following error message after updating the UIVersion to 4 and setting a specific SP2010 masterpage. One or more field types are not installed properly. Go to the list settings page to delete these fields.&amp;lt;nativehr&amp;gt;0x81020014&amp;lt;...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/03/27/sharepoint-2007-to-2010-migration-error-when-changing-the-uiversion-and-masterpages.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577420" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="Migration" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Migration/default.aspx" /><category term="SharePoint 2010" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2010/default.aspx" /><category term="SharePoint 2007" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2007/default.aspx" /><category term="Upgrade" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Upgrade/default.aspx" /></entry><entry><title>Upgrading Masterpage and UIVersion from SharePoint 2007 to SharePoint 2010 without v4.master</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/03/20/upgrading-masterpage-and-uiversion-from-sharepoint-2007-to-sharepoint-2010-without-v4-master.aspx" /><id>/blogs/bas/archive/2012/03/20/upgrading-masterpage-and-uiversion-from-sharepoint-2007-to-sharepoint-2010-without-v4-master.aspx</id><published>2012-03-20T20:21:00Z</published><updated>2012-03-20T20:21:00Z</updated><content type="html">When upgrading from SharePoint 2007 to SharePoint 2010, several scenarios are possible. When using the database attach method , it&amp;#39;s possible to stay in &amp;quot;V3&amp;quot; mode, or execute a visual upgrade too and make use of all SharePoint 2010 love. Whenever custom masterpages have been created for SharePoint 2007, the visual upgrade itself isn&amp;#39;t too much of an option: it upgrades the UIVersion of the current web to V4, but the custom masterpage is replaced by the default v4.master, which ...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/03/20/upgrading-masterpage-and-uiversion-from-sharepoint-2007-to-sharepoint-2010-without-v4-master.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577384" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="SharePoint" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint/default.aspx" /><category term="Masterpage" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Masterpage/default.aspx" /><category term="Migration" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Migration/default.aspx" /><category term="SharePoint 2010" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2010/default.aspx" /><category term="Upgrade" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Upgrade/default.aspx" /></entry><entry><title>GeoSearch with Fast Search for SharePoint 2010 - Part 2: Custom pipeline extensions</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/02/24/geosearch-with-fast-search-for-sharepoint-2010-custom-pipeline-extensions.aspx" /><id>/blogs/bas/archive/2012/02/24/geosearch-with-fast-search-for-sharepoint-2010-custom-pipeline-extensions.aspx</id><published>2012-02-24T19:47:00Z</published><updated>2012-02-24T19:47:00Z</updated><content type="html">This is the second part of a series of blogposts about GeoSearch with Fast Search for SharePoint. I recently held some presentations about extending the power of Fast (on DIWUG and the Dutch TechDays 2012 ) and one of the subjects that I talked about was on how to search for locations, sort on distances etcetera. The recording of my sessions will be made available on Channel 9 . Part 1: why and how Part 2: the custom pipeline extension to enrich the Fast index with spatial data Part 3: how to use...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/02/24/geosearch-with-fast-search-for-sharepoint-2010-custom-pipeline-extensions.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577293" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="Search" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Search/default.aspx" /><category term="SharePoint 2010" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2010/default.aspx" /><category term="Fast" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Fast/default.aspx" /></entry><entry><title>GeoSearch with Fast Search for SharePoint 2010 - Part 1</title><link rel="alternate" type="text/html" href="/blogs/bas/archive/2012/02/24/geosearch-with-fast-search-for-sharepoint-2010-part-1.aspx" /><id>/blogs/bas/archive/2012/02/24/geosearch-with-fast-search-for-sharepoint-2010-part-1.aspx</id><published>2012-02-24T18:51:00Z</published><updated>2012-02-24T18:51:00Z</updated><content type="html">This is the first part of a series of blogposts about GeoSearch with Fast Search for SharePoint. I recently held some presentations about extending the power of Fast (on DIWUG and the Dutch TechDays 2012 ) and one of the subjects that I talked about was on how to search for locations, sort on distances etcetera. The recording of my sessions will be made available on Channel 9 . Part 1: why and how Part 2: the custom pipeline extension to enrich the Fast index with spatial data Part 3: how to use...(&lt;a href="http://bloggingabout.net/blogs/bas/archive/2012/02/24/geosearch-with-fast-search-for-sharepoint-2010-part-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=577292" width="1" height="1"&gt;</content><author><name>Bas</name><uri>http://bloggingabout.net/members/Bas/default.aspx</uri></author><category term="SharePoint" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint/default.aspx" /><category term="SharePoint 2010" scheme="http://bloggingabout.net/blogs/bas/archive/tags/SharePoint+2010/default.aspx" /><category term="Fast Search" scheme="http://bloggingabout.net/blogs/bas/archive/tags/Fast+Search/default.aspx" /></entry></feed>