2
votes
1answer
513 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 ...
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
1answer
462 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 ...
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 ...
1
vote
4answers
383 views

HTML content from crawled properties in SP Site

I've been working on a step for F4SP 2010, where I had to get the HTML content from the Site crawled of Sharepoint, and get a div into it. My question is not how to do that. I have the main problem ...