Questions tagged [fast-esp]

FAST ESP (Enterprise Search Platform) is a generic search engine capable of indexing structured as well as unstructured content from a multitude of sources and content repositories. Mainstream support for FAST ESP v 5.3 ended in 2013.

FAST ESP (Enterprise Search Platform) is a generic search engine capable of indexing structured as well as unstructured content from a multitude of sources and content repositories.

It was developed by a Norwegian company named Fast Search & Transfer ASA (FAST), that was acquired by Microsoft in 2008.

Mainstream support for FAST ESP v 5.3 ended in 2013, and extended support ends in 2018.

30 questions
5
votes
4 answers

How to efficiently feed FAST ESP with gigabytes of data with .NET

This will be a tricky question but I will try anyway: our task is to feed Microsoft FAST ESP with gigabytes of data. The final amount of indexed data is somewhere in the neighborhood of 50-60GB. FAST has a .NET API but core components are written in…
John
  • 3,591
  • 8
  • 44
  • 72
5
votes
14 answers

Enterprise Search: Has anybody developed on FAST ESP? What did you think about it?

I work for a scandinavian yellow pages. The company is looking at moving its bespoke search technology over to FAST ESP. Like all big, expensive systems with relatively few installations, it is difficult to get feedback on the strengths and…
Fergie
  • 5,933
  • 7
  • 38
  • 42
4
votes
1 answer

Robots.txt to disallow everything and allow only specific parts of the site/pages. Is "allow" supported by crawlers like Ultraseek and FAST?

Just wanted to know if it is possible to disallow the whole site for crawlers and allow only specific webpages or sections? Is "allow" supported by crawlers like FAST and Ultraseek?
SharePoint Newbie
  • 5,974
  • 12
  • 62
  • 103
4
votes
4 answers

FAST ESP vs Google Search Appliance for development

Which of the two provides a better API for developing on top of? Although there is a virtual Google Search Appliance available for download, no such equivalent is present for FAST. So looking to developers with experience in either of these products…
SharePoint Newbie
  • 5,974
  • 12
  • 62
  • 103
3
votes
1 answer

FAST For SharePoint Web Crawler Meta Tag Extraction

I am using FAST For SharePoint to crawl a non SharepPoint website. The website crawled with no error, I can get the results of any keyword. I want to create refiner on result page by html page meta tags. There must be two level refiner; category and…
Murat
  • 878
  • 3
  • 11
  • 19
2
votes
1 answer

FAST ESP 5.3 SP4 - Turkish tr-tr fails

Im using dotnet search api for FAST ESP 5.3. Everything works fine except for culture tr-tr i.e cultureid=1055. Getting exception as "Error parsing information" on executing the below line qr = view.Search(query); Can anybody please throw some…
2
votes
0 answers

How can I input XML data from an external web service into a scope field during a custom FAST ESP pipeline stage written in python?

We have an external web service that we access during a custom pipeline stage in FAST. Our task is to get the XML that is output by this web service and store it into a scope field. At this point we have tried the following things: Inputting the…
2
votes
1 answer

String sorting algorithm in FAST ESP

Is anyone aware of sorting logic in FAST ESP engine ver. 5.3? How special characters are handled and how sorting of Japanese and Chinese words is performed? Here are top 8 of search results which were sorted in ascending order: 門 ¿ c ¿ c¡a «n »c ‹e…
AlexProutorov
  • 677
  • 11
  • 22
2
votes
2 answers

Google Search, FAST ESP and Lucene

Has anybody come across or created a functionality comparison document between the various enterprise search options like Google Search Appliance, Fast ESP, Lucene? Any helpful pointers or links much appreciated.
user137163
1
vote
0 answers

Multi-Valued Managed Properties with FAST Search Server and SharePoint 2010

My scenario is a SharePoint 2010 environment with installed FAST Search Server. I am using the SharePoint KeywordQuery class with FQL (Fast Query Language) to execute queries against the FAST index. My problem: Apparently Fast Search Server 'does…
solaria
  • 11
  • 4
1
vote
2 answers

How does FAST ESP's xrank operator work?

I have a bunch of documents in my index. They all have "text" in field1. One has "boosttext" in field2. I want FAST to put the document with "boosttext" to the front of the result set. I tried this FQL query: and(field1:string("text"),…
Bob Lauer
  • 21
  • 4
1
vote
3 answers

Fast ESP character normalization

I'm running a search application on a FAST ESP server. Now I have this problem with character normalization. What I want is to search for 'wurth' and get a hit in 'würth'. i've tried configuring the following in esp/etc/tokenizer/tokenization.xml …
jorgen
  • 1,217
  • 6
  • 22
  • 41
1
vote
5 answers

enterprise search engine development asking for advice

I am asked to either deploy or develop an enterprise (intranet) search engine which could index all web pages of a couple of internal servers, and have a search portal to display all related content, like what Google is doing but for intranet. Any…
George2
  • 44,761
  • 110
  • 317
  • 455
1
vote
0 answers

Accessing FAST ESP admin services (Dictionary and Deployment manager) from .net

I am looking for a way to access the FAST ESP Admin services from within my .net code. The situation is, we have dictionaries deployed in FAST for autocomplete, spellcheck etc. and we are looking to build an application layer to maintain and…
nm_help
  • 11
  • 3
0
votes
1 answer

Client tool to query remote FAST ESP 5.3 server accessible over http

Is there a client tool available to execute FAST queries on a remote FAST ESP 5.3 server that is accessible over http?
Serge van den Oever
  • 4,340
  • 8
  • 45
  • 66
1
2