Question

I'm new to SharePoint and FAST.

In SharePoint 2007 implementation for our projects we used "Esp-Searchapi" for querying the back-end FAST ESP 5.3.

As we are now migrating to SharePoint 2010 and FAST Search for SharePoint (FS4S), I'll be creating WebParts or use existing one, but the existing API code will no longer work.

I need some references which will provide me a good jump start for querying FS4S back-end search and get the search results.

Thanks.

Était-ce utile?

La solution

By default you can use the standard web parts. You don't say anything of any particular search needs so hard say where you should start to look. MSDN has samples on overriding the Core Result Web Part, or take a look at the code in spsearchparts.codeplex.com in order to do FQL queries via a web part.

You should look into the following:

  • Override Core Result Web Part
  • KeywordQuery class
Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top