FAST Search Server for SharePoint is an optional search solution for SharePoint 2010.
3
votes
1answer
34 views
Will search index Ajax content?
I've got page containing a Data View Web Part. The page itself has been modified via SPD so that when loaded, jQuery loads up additional information (prices, etc.) for each row in the DVWP. Of course, ...
0
votes
1answer
12 views
ArgumentOutOfRangeException while calling FAST-Search service
I am getting an exception:
Exception information:
Exception type: FaultException
Exception message: System.ArgumentOutOfRangeException
while calling my FS4SP web service. It runs fine for small ...
1
vote
1answer
15 views
Keyword search passing in Urls to return results in Fast Search 2010
I am performing a keyword search, passing in 3 urls which are different places within the site. The idea is to search where (urls = url1 or urls = url2 or urls = url3).
I've got a managed property in ...
1
vote
2answers
18 views
Syndicating 2013 search
It was possible to syndicate search between search server 2008 and SP2010 enterprise search. Is this still the case? I understand that the new product is based on FAST search, but is the protocol ...
0
votes
0answers
25 views
Getting “ Failed to create session with content distributor. Unknown collection 'SP'” error for SharePoint 2010 Fast Search
I am getting "Failed to connect to **:13391 Failed to create session with content distributor. Unknown collection 'SP'" error for SharePoint 2010 Fast Search.
I ran this command ...
1
vote
2answers
38 views
Fast Search Pipeline Extensibility for only one Content Source
I have a executable that I added to the Pipeline Extensibility to split a multi value property. This works but it looks like the process gets invoked for all of content sources.
Is there a way to ...
1
vote
3answers
71 views
Search query with contains
Is it possible with either KQL or FQL to query for title:*or* and get back items where the tile is e.g "A.B.PZ.3_MS_Form" ? Another query would be title:*PZ*.
Background: I have a custom advanced ...
2
votes
1answer
147 views
How SharePoint 2013 built-en ranking models works?
I want to understand how SharePoint 2013 built-en ranking models works. I tried to search it over web but I don't see any documentation that describe these models.
Here is the list of ranking models ...
0
votes
2answers
103 views
How to access SharePoint 2013 QR Server Page
Does anyone know how to get to the QR Server webpage in SharePoint 2013 or is this option even available.
I found this link for SharePoint 2010 with FAST.
0
votes
0answers
59 views
Show related entities in FAST search results
I've successfully created a .net assembly BCS to crawl external data in my enviorment. The BCS include an AssociationNavigator to crawl related entities based on foreign key. When i perform a crawl ...
0
votes
1answer
92 views
programmatically get SharePoint Fast search content sources
Need help to complete my Csharp 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 ...
0
votes
1answer
45 views
Does Sharepoint 2010 search webpart support danish character?
I am using search webpart (SP 2010). This webpart displayes title and other information. My title contains some danish character, but when I enter Ø or Å i get ? .
1
vote
1answer
92 views
Listing values for managed properties
I want to build an advanced search inside a web application. To do that, I connect to a Sharepoint 2010 instance running FAST and use the query web service.
I've tried to retrieve the search metadata ...
0
votes
0answers
62 views
how to access the Managed Properties at Site Collection Level and at Global Level in SharePoint2013 .**
Any help will be really appreciated if someone can point to find a good way of
How to access the Managed Properties at Site Collection Level and at Global Level in SharePoint2013 .**
My requirement ...
0
votes
0answers
72 views
Error when result set to more than 2000 while querying Fast Search Server for Sharepoint
I developed a tool which allows user to select some Managed Properties (e.g. FileName, Author, FileType, Publisher etc) and a textbox to enter a search term. The result what we get is a tabular data ...
0
votes
1answer
594 views
Jquery + Instant Search / Filter of a list
I've seen a clip on bentedder.com where this developer got instant search (filter) to work within a webpart list view. I find this may be very useful for general 911/411 annoucements and archive if i ...
0
votes
1answer
49 views
Fast search and SharePoint search
I have an issue with a SharePoint farm, it has both SharePoint Search and Fast Search configured. When SharePoint Search is configured on its own, search indexes everything in around 20 minutes, as ...
2
votes
1answer
115 views
SPListitem.SystemUpdate() and incremental crawl in FAST
Does FAST search incremental crawls ignore items that are updated via SPListItem.SystemUpdate()?
I am observing conflicting behaviours in multiple environments, so I am not sure what the exact ...
2
votes
1answer
509 views
Difference between Managed Properties in FAST search and Metadata Properties in SharePoint search?
I have a SharePoint 2010 with FAST search installed.
In the FAST Query SSA, I can find 2 places contain "Metadata properties":
/searchadministration.aspx, under Queries and Results > Metadata
...
0
votes
0answers
31 views
How do you debug the FAST for SharePoint Browser Engine
Is there any extra logging that can be enabled for the Browser Engine? I am seeing a cryptic error in the logs in regards to the Browser Engine and need to be able to dig deeper.
[2012-12-04 ...
0
votes
0answers
79 views
FAST thumbnails not showing up when search is displayed inside an iFrame
When I make a search via FAST directly in the browser, my docx and pptx files appear with a thumbnail image. I can even preview pptx documents in the search page.
However, when I show the search ...
2
votes
0answers
57 views
Crawling dynamic publishing pages and assets
i got the following search requirements for a public internet site based on SharePoint 2010
publishing pages must be indexed
Documents must be indexed
Only documents being linked on at least one ...
1
vote
1answer
117 views
Fast search: Remapped managed property contains old data
I'm having a problem with managed properties. I've made a custom web part to do a people search / keywordQuery based on user properties/managed metadata. I had to change a managed property to map to a ...
1
vote
0answers
26 views
What CMIS services are required if Fast Search is used to query an external CMIS repository
For a repository to be CMIS compliant, it must implement a number of services. Query services are not mandatory. I want to incorporate a CMIS repository in SharePoint 2010 as an External Content Type. ...
0
votes
2answers
106 views
Search and Immediately get the results after creating new items in lists or libraries
I have a sharepoint site. I want my users create new items in libraries and lists and when we search for them, they appear immediately in results. Is it ok to create scheduled incremental crawl every ...
1
vote
0answers
174 views
Can I used People search core webpart and Search Core Webpart in Same page Fast Search?
in my result.aspx i have used almost webpart like SearchPagingWebPart,CoreResultWebpart,Search Actionlink webpart, etc..
I am used PoepleSearchCoreResult wepbart in that page as People Matches.
i.e ...
0
votes
0answers
121 views
How to remove Duplicated values in People search box webpart Fast Search 2010?
when i am search on PeopleResults.aspxpage at that bind duplicated values on People search box webpart. i am checking every properties on that webpart.but nothing to worked.
Here is screenshot :
...
0
votes
1answer
56 views
Scaling SharePoint Fast Search
I'm about to start a project using the FAST Search Server and would like to know something about how we can scale the Search Server.
Can we setup multiple search server application pools or how does ...
1
vote
0answers
183 views
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 :
<Context>
...
0
votes
0answers
91 views
What is the syntax for a search query that returns items that link to a given url
A user would like functionality in search similar to Google's link: prefix. They would like to find 'all documents that link to a given url.' The environment uses FAST, so any SharePoint or FAST ...
1
vote
1answer
460 views
FAST search - exclude property from hit highlighted summary
Is it possible to control what fields are included in the hithighlightsummary using FAST Search Server? I have some custom fields, which are stored as note in the special text format. I don't want to ...
2
votes
1answer
139 views
Display web page preview with FAST Search for SharePoint
We have a enterprise farm installation of SP2010 and have configured FAST search for SharePoint. We have also enable office web apps for thumbnail and document preview. All setup is running fine.
...
0
votes
0answers
33 views
Fast Index Location, Specify Credentials [closed]
In the Dev box, refinement panel is working for Fast search, but not in Test. After comparing two servers, we found that Fast Index Location is different.
Dev box has option for "Anonymous", "Common" ...
0
votes
0answers
107 views
Hierarchical SharePoint search refinement panel
Is there a way to have a refinement panel (SharePoint Search), that shows the result categories (in the refinement panel) in an hierarchy based on your term store?
0
votes
0answers
142 views
Access denied error while crawling MOSS 2007 sites with FAST search
I have been trying hard for resolving this error with no luck. My error message describes as
Access is denied. Verify that either the Default Content Access Account has access to this repository, or ...
0
votes
0answers
350 views
Customized with Refinement Panel in Fast Search 2010?
I have create one Choice Field Column DocType with Two Choice Value
i. Change Request
ii.Technical Document
in Share document and Each Document assign value with DocType.
Here is Snippet :
...
0
votes
0answers
155 views
KeywordQuery in FAST Search for SharePoint 2010
I created a custom search web part. WebPart should be sought in the UserProfile and Custom List simultaneously. I used the Federation Object Model so that you can turn in a single query to two ...
2
votes
1answer
353 views
KeywordQuery and Refiners: How to specify a RangeMapping Refiner?
I need to use the KeywordQuery class to connect to a FAST Search Server. I still want to be able to display refiners (much like the default Refiner Web Part).
The default refiner web part supports a ...
0
votes
1answer
31 views
Configuration Fast Search 2010
i am trying to install Sharepoint 2010 Fast Search on a separate server.
How i can communicate from Fast Search Server to Sharepoint server?
How i can install fast search in a separate server which ...
1
vote
1answer
78 views
Show all documents in a farm using Search/Fast Search
I want to show all the documents in the farm and ofcourse I don't want to use powershell for that as this will impact performance. I want to use something using search index. I think we can do this ...
1
vote
3answers
635 views
Map FAST crawled property powershell
I want to map people properties in FAST Search: crawled properties to contents hidden using powershell. I know that I can get crawled properties using Get-FASTSearchMetadataCrawledProperty but this ...
3
votes
1answer
125 views
Using SSL with the FAST 2010 Content API
Using the FAST Content API with Sharepoint 2010 requires a SSL client certificate . At least that's what I understand from this error message"
Http error: HTTP/1.1 403 Could not verify client ...
0
votes
0answers
40 views
FS4SP Returns the text 'NULL' when crawling
As the title says,
I have a managed property in a database, that when I check the value of in the view returns a normal null. However when I run a crawl of the database and query Fast I am getting a ...
0
votes
0answers
62 views
Any Way to Crawl User Id's for Checked Out To and Modified By users (SP2010/FAST)?
There's an Author UserId crawled property that supplies the SharePoint user id for a document author. I'm looking to somehow get access to the userId for the Checked Out To and Modified By users in ...
3
votes
1answer
1k views
Sharepoint Incremental Crawl and BCS
I have a BCS connector (partial BDC Model posted below) and I'm noticing some issues with Sharepoint crawls. My full crawl seems to work perfectly, but incremental is pulling back the same number of ...
1
vote
1answer
346 views
Adding crawl component FS4SP
I have a SharePoint with Fast Servers. I have multiple content sources in my Fast content SSA but right now I have one crawl component. I would like to add one more crawl components. I saw this ...
2
votes
3answers
531 views
How do I set the OSearch14 Service Account via PowerShell
I'm in the process of Scripting a deployment of SharePoint 2010 and FAST.
Normally to set the Service Account of a SharePoint service one would use the ProcessIdentity property, like so:
$procId = ...
0
votes
2answers
402 views
Filtering documents (.docx) and web pages (html/aspx) files in Fast Search for Sharepoint 2010
We are setting up FAST Search for SharePoint environment and to provide certain back-end Audit we developed and application which returns the metadata of all the fields to know what is in and what is ...
1
vote
1answer
291 views
Specifying ACLs using the FAST Content API
I'm using the deprecated content API to push data into the FAST Search Server for Sharepoint 2010 index. Migrating to BCS is on the roadmap, but in the meantime I want to add ACL information to the ...
0
votes
1answer
97 views
Maximum value in a FAST Refinement
I have an application that us using FAST as the back bone for a very customized search. One of the requirement that I have is to determine the highest and lowest value of a managed property. I would ...




