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
0
votes
1 answer

How to filter Custom Sharepoint Search Refinement Panel Programmatically

I try to develop a custom refinement panel for fast search for sharepoint 2010. Let's say, when a checkbox's value changed, new querystring formed and submitted. I mean, how to add r="parameter" to the querystring programmatically. This is an url…
yavuz
  • 48
  • 1
  • 6
0
votes
1 answer

SharePoint 2010: FAST Search Deployment

I am trying to setup our SharePoint Server 2010 installation as per Microsoft's recommended "three-tier small farm topology" pictured here: http://go.microsoft.com/fwlink/?LinkID=167089. In short, we will have: 1x web server to host the Infocentral…
user592501
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

Security Trimming is not working in the SharePoint FAST Search 2010

We have SharePoint farm with 1 APP server, 1 FAST Server and 2 WFEs. Our web application is having claim based authentication and we have two content sources to crawl contents. When search results are coming to the core result web part we saw that…
Telan Niranga
  • 437
  • 3
  • 10
0
votes
1 answer

Properties missing after extending CoreResultsWebPart

I've extended the CoreResultsWebPart using a new class, and have deployed it and included it in a search center page above the Core Search Results part. At run time, the properties available in the result set for my new web part are missing all of…
paulwhit
  • 8,719
  • 4
  • 29
  • 30
0
votes
0 answers

qrserver Error received while searching tcp/localhost:13050. Error: [3] All partitions are down

I am getting this Warning messages in logs on my Admin Server on Fast Search Farm: Repeating warnings under qrServer logs are: WARNING qrserver Error received while searching tcp/localhost:13050. Error: [3] All partitions are down WARNING …
0
votes
1 answer

How to add crawl rule to the SharePoint 2010 fast search

We have one Document Library with some set of columns like Type, Name, Active. We have already configured the SharePoint Fast Search to search the content in the site. When I am searching with any particular keyword that showing the result as…
Madhu
  • 1
0
votes
1 answer

Export FAST Search Scopes Using Powershell

I want retrieve the fast search scopes created in one environment and restore them in a new environment.Has anybody tried this?
Damitha
  • 391
  • 3
  • 16
0
votes
1 answer

what is the different between Sharepoint fast search service and Sql server fulltext search?

I want to kow what is the different between Sharepoint fast search service and Sql server fulltext search? Or Can I abstract the Sharepoint fast search from the Sharepoint platform as a isolate component? Thank you. David
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

Muenchian grouping difficulties

I am building a Sharepoint search results page to find the answers to questions asked in a 3rd party tool. I have a bdc connection to their sql db. I am crawling just one one table in the db. I need to group question and answer results together…
0
votes
1 answer

Sharepoint FAST Search query fails when StartItem is larger than 100000

The Problem I've got a FAST Search query that returns more than 100000 results. I am trying to get the results in chunks of 5000, like this: var queryManager = SharedQueryManager.GetInstance(this.Page).QueryManager; queryManager[0][0].ItemsPerPage =…
0
votes
1 answer

FAST for Sharepoint 2010: crawled pipeline properties showing up in logs but not in search results

I have some content that contains dates I have to format. I'm using pipeline extensibility to get these dates from type "text" to type "datetime". I'm using three different sharepoint environments. The development and integration environments have a…
Danny Sullivan
  • 3,626
  • 3
  • 30
  • 39
0
votes
1 answer

Can the user stop a long-running SharePoint search

How does SharePoint 2010 (with FAST and without it) react when the user interrupts a long-running search operation (for example, by closing the browser window or pressing F5). Does it detect this and cancel the underlying SQL query or will it…
Knaģis
  • 20,827
  • 7
  • 66
  • 80
0
votes
1 answer

FAST Search verify noindex

In FAST Search, content can be ignored a couple of ways - By using a meta tag By encompassing links into a tags Is there a way to verify that this is actually working other than doing a before and after on the search results?
Gabbar
  • 4,006
  • 7
  • 41
  • 78