|
|
Browse by Tags
All Tags » SharePoint » FAST
-
Traditional information retrieval solutions:
The following are the traditional information retrieval solutions such as databases and BI tools
◘ Text Search
◘ Static Menu Selection
◘ Parametric search
◘ Step search or Wizard
Text search ...
-
This is a continuation in my FAST coding mini-series for SharePoint folk. The bit of code below executes a search for the term ''test'' in FAST via a Console application. Obviously, it's a hop, skip and jump away to wrap this logic inside a web part or application page:
using System;
using System.Collections.Generic;
using ...
-
Here is some code that shows all available views from a FAST server based on the named QRServer (the server process with which we communicate). I offer this up to give you all a taste of what it's like to use the provided FAST API.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ...
-
I've been lucky to have an opportunity to work on a FAST <--> SharePoint integration project and thought I'd continue to share my limited experience with the community.
Microsoft is in the process of purchasing FAST. I don't know anything about the schedule except that it should be finished in the ''2nd quarter'' which I assume means ...
-
When you search your enterprise or your Intranet, do you often find what you expect? What is the basis of your expectations?
These were the questions I found myself asking a while back. Search is certainly a hot topic at the moment. Microsoft, for instance, have recently acquired FAST, released Search Server 2008 and made an offer for ...
|
|
|