“A Fond Farewell to .xslt” If you’re a SharePoint Search developer, or are heavily involved in Search in SharePoint, I believe that you will be pleasantly pleased with some of the changes that should make developing on the SharePoint 2013 platform simpler. However, the downside in this case is that all of that wonderful work […]
Will Tseng
Blogs from this Author
SP2013 Search Quickie: Create/Map a new Managed Property
SharePoint 2013 gives us a lot of new options when it comes to creating new Managed Properties for Search. Luckily there’s only a single Search Service Application to deal with with SP2013 and the process in UI is fairly straightforward. In your Search Service Application, find the “Search Schema” in the left hand navigation under […]
Debugging your FAST Search Server: Document Processing Pipeline
For an example of the processing pipeline itself, check out Jeff Monnette’s blog here. The FAST Processing Pipeline is a great method of feeding in your own Crawled Properties into FAST, and then being able to expose those properties by mapping to managed properties and searching on them. We ran into a situation with some […]
Dealing with Single and Multi-Value Crawled Properties (FAST for SharePoint)
We were having some issues dealing with single and multi-value fields in SharePoint and how FAST interprets them for the index. The distinction between them is actually quite important and can have an impact when it comes down to refining your search results. In our example, we were dealing with a multi-value site column lookup […]
FASTSearchCert.pfx Expired? Don’t Fret and Make Your Certificate Last!
So everything was hunky-dory in the FAST world. User Contexts and Site Promotions were getting along, scopes did their thing, and life crawled along. Your Content SSA chugs along and suddenly… A year after the original FAST installation took place, the unthinkable (well, unexpected and forgotten) happened. The self-signed FASTSearchCert.pfx certificate expired! If you have […]
SharePoint Saturday Chicago Suburbs Experience (6/11/2011)
Well I didn’t (and wasn’t eligible) win a Xbox 360 with Kinect or multitudes of free raffle prizes at my first SharePoint Saturday, but the experience was very worthwhile. SharePoint Saturday is a great place to make connections, meet people from all aspects of SharePoint, and as always, try to learn something new about the […]
Map a Crawled Property to Managed Properties (FS4SP – PowerShell)
What we are doing: 1.) Create a Managed Property from a Crawled Property Managed Properties are great! FAST pulls and indexes Managed Properties for multitudes of things, including boosting and search scopes. They are core to your FAST User Experience and an essential part to configuration When a FAST crawl runs, it will pick […]
Creating User Contexts, Customizing User Context Properties, and Site Promotions from PowerShell (FAST for SharePoint)
PowerShell is a powerful tool when combined with FAST. When dealing with a large site collection with multitudes of taxonomies and sites underneath it, promoting sites and keeping user contexts from environment to environment can be a long and taxing job, especially when you are working with the SharePoint/FAST UI. Luckily, this is where PowerShell […]