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
0
votes
2 answers

FAST Search Crawl fails on local file system with error 0x80040d07

I've successfully installed Sharepoint 2010 and FAST Search for Sharepoint 2010 on my machine. Things seem to work fine with crawl of sharepoint sites but crawling local file system keeps failing with below: The start address…
Ravish Bhagdev
  • 955
  • 1
  • 13
  • 27
0
votes
1 answer

Need information for FAST Search Server 2010 for Internet Sites

This is NOT the FAST Search for SharePoint product. I am looking for information regarding the FAST product that can be installed without SharePoint. I've Googled and searched but can't find any more information other than the following blog -…
gombala
  • 83
  • 1
  • 6
0
votes
1 answer

How do I get more than one result at a time from a FAST ESP query

I'm currently using the java fast esp interface (v5.0.15.1) to query fast and retrieve results. However I can only seem to get a document iterator from the IQueryResult and each call to .next() seems to be a http request. Is there a better way to…
Pat L
  • 538
  • 2
  • 7
0
votes
2 answers

How does FullTextSearchQuery work with SharePoint 2010 and FAST Search Server?

I just installed a testing environment with SharePoint 2010 and FAST Search Server as the default search service application. Started with some test content and executed a few searches using the std. SharePoint GUI - everything fine so far. Now I…
solaria
  • 11
  • 4
0
votes
2 answers

Fast Esp Custom Stage Development

I am working on Enterprise Search and we are using Fast ESP and for now i have 4 projects but i have no information about stages and python. But i realize that i have learn custom stage development. Because we have a lot of difficulties about…
user363610
  • 13
  • 3
0
votes
1 answer

Delete documents in all collections using indexeradmin rdocs

Is it possible to use? indexeradmin rdocs list-of-ids.txt to delete all documents across all collections. I ran the command but found it hadn't deleted the documents, from the docs it says to specify the collection name, I can delete the documents…
Imran Azad
  • 1,008
  • 2
  • 12
  • 30
0
votes
1 answer

Extracting dates from html meta data in FAST-ESP

During document processing I want to extract all dates from html meta data and then identify the latest date which will be used to populate a date field (dtgeneric1).
Neil
  • 609
  • 2
  • 7
  • 14
0
votes
1 answer

Storing index values in FAST-ESP without modifications

first of all I'm totally new to FAST but I already have a couple of issues I need to solve, so I'm sorry if my questions are very basic =) Well, the problem is that I have a field in the FAST index which in the source document is something like "ABC…
Abel Morelos
  • 1,228
  • 5
  • 20
  • 31
0
votes
1 answer

how to configure fast query to return specific fields instead of all

esp-devs, i have a collection in a fast repository on which i use the following query to get all the entities in that collection. :/xsearch?offset=0&hits=100&query=Anthony&view=collection01 However, this query is giving all the fields for every…
0
votes
1 answer

Parsing Fast ESP queries to SOLR query syntax

I have a website that had fast esp as a search engine, now migrating to solr. I have some queries I extracted from Fast esp logs, I would like to parse those queries to a suitable format to search on SOLR, any known tool?
Itzik Gili
  • 324
  • 3
  • 16
0
votes
2 answers

Can I redirect a query from default search box in SharePoint to a different search engine

I dont want the default results that SharePoint returns. I want the query term when entered into SharePoint search box to be redirected to a different search engine? Can I do that. I have seen FAST ESP web parts but could not figure out how they…
Carol
  • 67
  • 11
0
votes
1 answer

Google search vs FAST ESP - what are the tech differences?

I'm doing a presentation for Sr. Tech Managers and trying to figure out a quick overview of the tech differences of Google and FAST. Yes, I've googled, but nothing concrete (except marketing materials).
0
votes
1 answer

Force FAST ESP to search within scope fields when query does not specify scopes explicitly

This is a question to any FAST ESP developers out there :) I've noticed that documents with matches within scope fields are not returned when a simple query is issued. Say, I have a document with a scope field 'Places', that contains the value…
0
votes
1 answer

Multiple matchers outputting to the same field

We are looking for a solution to have multiple matchers which all output to the same field. Background is that in our initial tests every matcher overwrites the output from the previous stages. Example: Machter A outputs "red,blue,organge" to…
Th 00 mÄ s
  • 3,776
  • 1
  • 27
  • 46
0
votes
5 answers

Read a file(>150MB) and return the file content as ByteArrayOutputStream

I am trying to read a large file (>150MB) and return the file content as a ByteArrayOutputStream. This is my code... private ByteArrayOutputStream readfileContent(String url) throws IOException{ log.info("Entering readfileContent "); …
Anshu Kunal
  • 196
  • 1
  • 13
1
2