1
vote
3answers
70 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 ...
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
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 ...
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
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 ...
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 ...
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
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
349 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
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 ...
1
vote
1answer
345 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 ...
0
votes
0answers
173 views

fast search scope not getting updated

I have two different host name for example http://contosoold and http://contosonew in content source. Now i had created a scope to include results from "hotname=http://contosoold.com/". In the ...
0
votes
1answer
435 views

Architecture and Capacity planning for FAST search farm

We are building our new fast farm and have plans to put up one column of Physical servers for FAST indexing and crawling. We will be crawling around 15 million items including SharePoint sites, ...
1
vote
1answer
376 views

Querying FAST Search Server for Sharepoint from Search Webparts

I'm new to SharePoint and FAST. In SharePoint 2007 implementation for our projects we used "Esp-Searchapi" for querying the back-end FAST ESP 5.3. As we are now migrating to SharePoint 2010 and FAST ...
0
votes
0answers
256 views

Multiple Propset Guid Mapped to a Category

I'm working in a powershell scrip for F4SP 2010 server that reads lines from a .csv file and creates the mappings between managed properties a crawled properties. I don't have much problem, just a ...
0
votes
0answers
535 views

Value does not fall within the expected range in SharePoint 2010

I have a web part in which I provide taxonomy column name. The column name comes from the document library. I provided the column name in property but it's giving an error : Value does not fall ...
1
vote
2answers
588 views

Get all items from custom content type in Fast Search

I want to get all items of a custom content type while using fast search. I want to use keyword search but i also could use fql. Can somebody show me how to do this in code? I'm getting restults for ...