Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8429171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:15:39+00:00 2026-06-10T05:15:39+00:00

I’m trying to find some information explaining/showing how to integrate Microsoft Fast search with

  • 0

I’m trying to find some information explaining/showing how to integrate Microsoft Fast search with Sitecore

So far all I have found are plenty of job adverts and the occasional digital agency that notes use in their solutions.

Basically.. can any one point me in the correct direction or tell me if there is an off the shelf Sitecore module that just does the correct thing?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T05:15:41+00:00Added an answer on June 10, 2026 at 5:15 am

    We’ve done it for some projects here, but didn’t have anything off the shelf as a module so needed to build something ourselves. I’ll preface my answer with the comment that I am no FAST expert, but have had the honour of working with some folks who did know their stuff 😉

    For our projects, we used a FAST Enterprise Search Platform .NET API (ESP .NET) and we built a project around that to provide us with a layer to perform our queries with. We implemented methods for executing searches to wrap around what was already returned by the API. For example:

    ISearchView view = _searchFactory.GetSearchView(searchView);
    
    Com.FastSearch.Esp.Search.Query.IQuery query =
                new Com.FastSearch.Esp.Search.Query.Query("string(\"" + searchTerm + "\", mode=simpleall)");
    
    IQueryResult result = view.Search(query);
    return result;
    

    In the example above, we also had code that actually took the IQueryResult and wrapped it into our own search object layer so we could extend the API for our own purposes. There was nothing really “Sitecore” in our particular way of approaching things, other than loading some configurations out of the CMS which helped drive some of our layer.

    The ESP API uses a search factory configuration to allow you to configure which search engine to connect to which can easily be included into your Sitecore .NET config files. This is an example of the configuration:

    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
        <configSections>
            <section name="HttpSearchFactory" type="System.Configuration.NameValueSectionHandler" />
        </configSections>
        <HttpSearchFactory>
            <add key="Com.FastSearch.Esp.Search.Http.RequestMethod" value="GET" />
            <add key="Com.FastSearch.Esp.Search.Http.QRServers" value="fastserver.mydomain.com:1234" />
            <add key="Com.FastSearch.Esp.Search.Http.CertiticateFile" value="" />
        </HttpSearchFactory>
        <appSettings>
            <add key="NavigatorPrefix" value="nav-" />
            <add key="EnableReporting" value="false" />
        </appSettings>
    </configuration>
    

    Probably one of the reasons you are seeing agency adverts and the job ads is because FAST implementations are not a “plug and play” type of solution in most cases, and the general recommendation is probably for you to employ a firm that has done this before to get you started up so you don’t have to bang your head against FAST when somebody else has already gone through the head-banging. Best of luck with your journey into the world of FAST!

    FAST ESP Product Guide: http://download.microsoft.com/download/1/4/8/1483939B-15B8-4DD3-B06D-204D03EC8A1E/Fast_ESP_Prod_Guide.pdf

    ESP SDK Package: http://connect.microsoft.com/fastsearch (at least, this KB article gave that link)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have just tried to save a simple *.rtf file with some websites and
I have a text area in my form which accepts all possible characters from
I have a view passing on information from a database: def serve_article(request, id): served_article
I am trying to loop through a bunch of documents I have to put
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.