Questions tagged [fastsearch]

The tag FastSearch designed the search engine Fast Search for SharePoint. The term FS4SP is more used on the web. Don't mixed up the meaning of 'fast' with 'quick', this is not the purpose of this tag.

33 questions
6
votes
2 answers

In FAST Search Server 2010 for Sharepoint how do I increase the Refinement results limit to over 100.

In a FAST search query I want to get all the refinements applicable to a search term. Currently I only get back 100 results. I want to know if there is a setting to get more than 100 refinement results which I have to pass in my query. Here is the…
user1071979
  • 1,701
  • 2
  • 12
  • 25
4
votes
1 answer

Programmatically generate HTML for HitHighlightedSummary using KeywordQuery in FAST search for SharePoint 2010

I am trying to develop a customized SharePoint 2010 web part for FAST search. I am using Microsoft.Office.Server.Search.Query.KeywordQuery something like this: var FASTquery = new KeywordQuery(proxy) { ResultsProvider =…
recursive
  • 83,943
  • 34
  • 151
  • 241
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
3
votes
0 answers

Fast search through custom base adapter

I have a list and want to perform fast search in that list through custom base adapter. followed this link but this is not for base adapter. fast Search android As I cannot override set adapter method in my custom base adapter. I just want like this…
3
votes
3 answers

fast string search to find string array element which matches the givven pattern

I have an array of constant strings which I iterate through to find an index of element which is a string that contains a search pattern. Which search algorithm should I choose to improve the speed of finding this element? I am not limited in time…
Ulterior
  • 2,786
  • 3
  • 30
  • 58
2
votes
1 answer

Integrating Microsoft Fast search with Sitecore

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…
andycwk
  • 826
  • 2
  • 9
  • 19
1
vote
0 answers

FAST Search - A composite-field can contain max 8388608 words per document

I'm trying to use Fast Search for SharePoint 2010 to index a document that has over 8388608 words (an excel spreadsheet). The error message I get in the index_producer_0 log is as follows: WARNING index_producer_0 indexer_holder: DocError:…
dpc
  • 11
  • 3
1
vote
1 answer

programmatically get SharePoint Fast search content sources

Need help to complete my C# program. I have four content sources in my farm. I need to get all the content sources and start full crawl if the content source is idle. What is the best way to do it. Please can someone point me to a good article for…
Jayant Rao
  • 191
  • 1
  • 5
  • 15
1
vote
1 answer

How to check for NULL or empty value in fql (fast search)?

I want to check for null or empty field in fql query , I want to add condition to retrieve result when is column not equal empty or null, I've tried these ways :
1
vote
1 answer

How to crawl links that are stored in database through Fast search server 2010 for sharepoint

I am crawling one database table through Fast Search Server 2010 for Sharepoint, which has a column called "URLS". Every record of this column hold one url of one web page. Thus there are many URLs in the database table. I want that while crawling…
rDX
  • 228
  • 1
  • 4
  • 15
1
vote
1 answer

how to display spelling suggestion in sharepoint search

how can I get spelling suggestion in shaerpoint search , I use query.EnableSpellcheck = SpellcheckMode.Suggest; then get the value of property SpellingSuggestion of the ResultTableCollection but I'm not getting any spelling correction if I…
Mahmoud Farahat
  • 5,364
  • 4
  • 43
  • 59
1
vote
2 answers

FAST Search - What is it and why is it mentioned with Sharepoint?

I've heard about FAST Search recently and trying to make sense of it. Whenever I read about it , Sharepoint is mentioned. Is this a separate product? How is it related to Sharepoint? I am interested in learning more about it. Where can I find…
Gabbar
  • 4,006
  • 7
  • 41
  • 78
1
vote
2 answers

Displaying Managed Property in Search Results - FAST Search for Sharepoint 2010

We are working with Fast Search for Sharepoint 2010 and had some backend setup done with creating some managed properties e.g. BestBetDescription, keywords etc. From the front-end part we are creating an application what will fetch all these…
Amin Sayed
  • 1,240
  • 2
  • 13
  • 26
0
votes
1 answer

Quick method to find ip adrress in the tcp-client stored in the array list.

Private _clientTCPList As ArrayList = ArrayList.Synchronized(New ArrayList()) ' get tcp client Dim clientTCP As TcpClient = serverTCP.EndAcceptTcpClient(ar) ' get new ip address from tcp client Dim newClientIPAddress as IPAddress =…
Javanese Girl
  • 337
  • 2
  • 6
  • 14
0
votes
1 answer

What is the future of FSIS?

Since FSIS will no longer be cross platform and being ported to .net, will FSIS still have a future? Or will it be all under FS4SP (Fast Search for SharePoint) Also I know FS4SP is supported virtualized, how about FSIS? Thanks!
1
2 3