Questions tagged [fast]
FAST Search Server 2010 for SharePoint is new, and it delivers the power of FAST with the simplicity and total cost of ownership (TCO) benefits that are typically associated with Microsoft products.
17 questions
1 vote
1 answer
84 views
Can Execute Fast Search Queries in WFE Server but Not in APP Server. Error is "Search Request Was Unable to Execute on Fast Search Server"
I have a batch job in an APP server in a SharePoint Production farm that executes Fast Search queries. Basically, the batch job calls the Search web service to execute search queries. Previously, ...
2 votes
2 answers
150 views
Sharepoint Search 2016 crawl files from db field
I am implementing a Content Enrichment Web Service and so far, so good. But I was wondering if it was possible: To return a byte stream to the search engine instead of a type in a managed property. ...
0 votes
1 answer
121 views
FQL query does not match the word [closed]
I am developing a search query in SharePoint 2013 using FQL. The query will run against the following text string: -The four cardinal directions are North, East,South, and West. The four ordinal ...
1 vote
2 answers
399 views
How to locate FAST search server?
I am trying to identify which server (name and ip address) hosts the FAST search. I can't seem to find server-specific information on either Central Administration (servers in farm, search, etc.) or ...
0 votes
1 answer
49 views
Refinements on a string field
Can I split the value in a string field for the refinements? For example If I have values on a string field that looks like: "ABC,DEF" when I apply the refinements to that field I obtain "ABC,DEF" as ...
1 vote
1 answer
1k views
if i search for the document sets ,then only document set should come in search results not his documents
My scenario is. We need the document sets to appear in the search. It should just show as a document set. All document under the document set should not show. The issue i am facing right now is , ...
0 votes
0 answers
41 views
Sharepoint 2010 FAST Search is not indexing the URL
I am using SharePoint FAST search 2010. I am having two page libraries in a site. I am able to see the content in the search results from one of the Page library aspx page. But, I am unable to see the ...
0 votes
1 answer
2k views
Page / Document preview on mouse hover SP2013 as shown in Search Results
I really like this new functionality of the SharePoint search that shows you a preview on mouse hover. Is there a way to initialize this myself? If I hover over an anchor tag can I, for example, call ...
0 votes
1 answer
345 views
Find duplicates in Sharepoint using FAST
Since FAST computes a document signature for every document it indexes, is it possible to query FAST for all the documents having at least one duplicate in the index? If yes, what would be the FQL ...
1 vote
0 answers
60 views
Don't Search Attachments in Search
I want my scope to not search in attachments that list item has. I have a scope which is searching in a list and displaying some of it's column. But when we search it's searching in attachments also ...
1 vote
0 answers
188 views
FAST Search result only show the summary from attachments
I am facing a issue with FAST Search for SharePoint 2010. We have configured a SharePoint 2007 List content source in FAST, and the list only using for store items like News, notifications. Some items ...
4 votes
2 answers
1k views
Fast Search - Managed Metadata field stores whole hierarchy of terms
On a list I have a field that links to the term store (managed metadata service application). Users can select multiple terms that are organized in a hierarchy. TermSet Parent 1 Child 1 1 ...
0 votes
1 answer
169 views
Managed property boost
If i have two managed properties say "A" and "B". And in the results my search phrase in some results is found in "A" and in some results is found in "B". Then i want to ensure that the results which ...
1 vote
1 answer
896 views
Phonetic Search in normal search
Is it possible to have phonetic search in the normal search and not only in the peoplesearch? I read that in SP2010 the KQL does not support phonetic search in Non-People-Searches. What about SP2013 ...
2 votes
1 answer
742 views
Microsoft.FASTSearch.Powershell Snapin not available
On a Sharepoint 2010 Server, i tried running a script that needs to use Get-FASTSearchMetadataCategory. Add-PSSnapin "Microsoft.FASTSearch.Powershell" returns an error, that the snap-in is unknown. ...