When SharePoint 2010 came out the only way to create a search scope was to do it by PowerShell. Well, you could create the scope name itself via Central Admin, but the actual scope filter had to be done via PowerShell.
Property extraction (previously called entity extraction in FAST ESP) is a process that extracts information from the visible textual content of an item and stores that information as additional crawled properties for the document. In this blog post I will show how this can be automated in any given FAST Search for SharePoint installation. But [...]
[Cross-posted from Tech And Me] As described on TechNet: Best Bets are recommended results. Best Bets can link to recommended Web sites, data stores, and documents. When a user includes a keyword or one of its synonyms in a query, the search results page features links to its associated Best Bets in a prominent position. [...]
Lately I have encountered several customs who deploy search from SharePoint 2010, but they still have other solutions running on MOSS 2007 or other portal frameworks. Instead of creating custom solutions using the search service on SharePoint 2010, framing is a quick solution to get you up and running. One way is to create a [...]
In the old FAST a much used stage during development is the “Spy” stage. What this stage does is dump out a log file of all current attributes and the values assigned to them at that point in the content processing pipeline. Fortunately for us, this stage still exists in FS4SP, and it might help [...]
That depends on what you are doing with your certificates. If you followed the installation instructions you are most likely using a self-signed certificate created during installation which is only valid for a year. Fast forward one year from your installation date, and your users will start complaining for sure. Your options are either to [...]
One of the most powerful features with FS4SP is the ability to do work on the indexed data before it’s made searchable. This can include extracting location names from the documents being indexed or enriching the data from external sources by adding financial data to a customers CRM record based on a lookup key. Only [...]
(Part 1: The Hackish Way) In Part 1 I used two Search Core Results Web Parts and a bit of jQuery magic to achive the look of blended search results This time we will create our own CoreResultsWebPart and inject the blended results into the result xml before it is transformed into html. In addition [...]
(This post is cross posted from Tech and Me) A comment from a colleague on my previous blog post, “XSLT creation revisited for SharePoint 2010 Search and a small search tip”, asked how I would do blended search results in SharePoint Search. I have come up with three ways of doing this, where I will [...]
In the settings for the Core Result Web Part you have the possibility to set the length of your hit summary. The default is 185 characters, and the upper limit seems to be somewhere around 400 when running against FAST Search Server 2010 for SharePoint. As an example I have indexed a page on our [...]