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 list gives me all the ows_crawledproperty. I want user profile crawled properties and map them. Any idea how I can achieve this?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
FAST cannot index user profiles. You need to configure enterprise search for this.
You should now be able to do property restriction keyword queries like
|
|||
|
|
|
Basically, This is how I have achieved it:
|
|||
|
|
|
Try to use Get-FASTSearchMetadataCategory function:
|
|||
|
|