共用方式為


Get-FASTSearchMetadataCrawledPropertyMapping

擷取對應至Managed屬性的編目屬性清單。

語法

Name

Get-FASTSearchMetadataCrawledPropertyMapping
    [-Name] <String>
    [<CommonParameters>]

ManagedProperty

Get-FASTSearchMetadataCrawledPropertyMapping
    -ManagedProperty <ManagedProperty>
    [<CommonParameters>]

Description

此 Cmdlet 會擷取對應至 Managed 屬性的編目屬性清單。 Managed 屬性可以使用 Name 參數或 ManagedPropertyImpl 物件指定,如 Get-FASTSearchMetadataManagedProperty (使用 ManagedProperty 參數) 所傳回。

如需 FAST Search Server 2010 for SharePoint Cmdlet 的許可權和最新資訊,請參閱在線檔 (https://go.microsoft.com/fwlink/?LinkId=163227) 。

範例

範例 1

C:\PS>Get-FASTSearchMetadataCrawledPropertyMapping -Name title

此範例會傳回編目屬性清單,這些屬性會對應至名為 「title」 的 Managed 屬性。

範例 2

$managedproperty = Get-FASTSearchMetadataManagedProperty -name title
Get-FASTSearchMetadataCrawledPropertyMapping -ManagedProperty $managedproperty

此範例會先擷取 ManagedPropertyImpl 物件,然後使用它來查閱對應的編目屬性對應。 它會傳回設定為將內容對應到這個 Managed 屬性的所有編目屬性。

範例 3

$crawledproperty = Get-FASTSearchmetadataCrawledProperty -name title
$crawledproperty.GetMappedManagedProperties()

這些命令與 Get-FASTSearchMetdataCrawledPropertyMapping 相反;他們會找到具有特定編目屬性對應的所有Managed屬性。 這在評估修改編目屬性對搜尋索引的影響時很有用。

參數

-ManagedProperty

適用:FAST Server for SharePoint 2010

用於尋找編目屬性的Managed屬性物件。

參數屬性

類型:ManagedProperty
預設值:None
支援萬用字元:False
不要顯示:False

參數集

ManagedProperty
Position:Named
必要:True
來自管線的值:True
來自管線按屬性名稱的值:True
來自剩餘引數的值:False

-Name

適用:FAST Server for SharePoint 2010

用於尋找編目屬性的Managed屬性名稱。

參數屬性

類型:String
預設值:None
支援萬用字元:False
不要顯示:False

參數集

Name
Position:1
必要:True
來自管線的值:True
來自管線按屬性名稱的值:True
來自剩餘引數的值:False

CommonParameters

此 Cmdlet 支援一般參數:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 如需詳細資訊,請參閱 about_CommonParameters