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 […]
Posts Tagged ‘search’
Custom Synonyms in FSIS (ESP)
ESP comes with standard synonym dictionaries for several languages which can be used to provide synonym support during search. However, these dictionaries, while being pretty extensive are fairly generic and only contain the terms that are common for a specific language. Often, there is a need to support synonyms that are specific to a subject […]
FAST for SharePoint 2010 Non-Admin node configuration
I spent considerable time last week trying to build 2-node FAST for SharePoint 2010 implementation. Creating the setup.xml file and building the admin FAST node was the easy part, but trying to connect the non-admin node is what took up most of my time. (The default FAST installation creates 3 example files under C:FASTSearchetc directory, […]
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 […]
Using FQL to query FAST Search Index
In SharePoint 2010, you can use FAST Query Language (FQL) to query the FAST Search Server content index. In this blog, I will show how you can use the Query Web Service and the KeywordQuery class to execute an FQL query against the content index. You need to ensure the following has been completed, before […]
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 […]
How to set up custom hit highlighting with FSIS (FAST ESP)
FAST provides hit highlighting for query terms (search terms) out of the box for any field decorated with the result=dynamic attribute. The highlighted terms are included in the dynamic document summary (teaser) in the results. That’s great for simple search uses cases but that is not enough when there are requirements for highlighting beyond the […]
Install the FSIS (ESP) File Traverser on a non-ESP Machine
This post is related to running the File Traverser on a Windows Server. If you are running the File Traverser on a Unix server, follow the directions in the FAST ESP File Traverser Guide. With the introduction of CTS in FSIS, the File Traverser is no longer the only option to feed file (XML, text, […]
Start a SharePoint 2010 / FS4SP Crawl Remotely
With SharePoint 2010 and FAST Search For SharePoint 2010 (FS4SP), it’s easy to schedule crawls to run daily, hourly, or according to any other frequency. For most scenarios, scheduled crawls work perfectly. Sometimes it makes more sense to kick off a crawl based on an event. For example, perhaps your organization runs an Extract/Transform/Load […]
Enterprise Search: Breadcrumb Refiner for Custom Search Chaining
NewEgg has it. Best Buy has it. Now, you can have it too. I’m talking about the Breadcrumb Refiner that you see chained across their search pages. Out-of-the-box SharePoint 2010 doesn’t provide this functionality, so we’re going to have to build it. This is a semi-involved process and requires the modification of the RefinementWebPart just […]
I Still Haven’t Found What I’m Looking For
SharePoint Search provides excellent search capabilities and features that many organizations can leverage with minimal customizations and configurations.Plus, with the addition of FAST for SharePoint and its big brother FAST Search for Internet Servers (FSIS), Microsoft has a deep search offerings to solve countless search opportunities. However, even with features such as metadata-based results refinement […]