Get-FASTSearchMetadataManagedProperty
Retrieves a managed property with the specified name.
Syntax
Get-FASTSearchMetadataManagedProperty
[[-Name] <String>]
[<CommonParameters>]
Description
This command retrieves managed properties that match the input parameter. If wildcards are used, the command may return more than one managed property.
A managed property is a piece of information (such as title, author, etc.) that is stored for each item in the index.
See Set-FASTSearchMetadataManagedProperty for details about the managed property parameters and how to configure them.
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).
Examples
---------------EXAMPLE 1-----------------
Get-FASTSearchMetadataManagedProperty -name title
This example retrieves a managed property named "title". It returns an object representing the managed property.
---------------EXAMPLE 2-----------------
Get-FASTSearchMetadataManagedProperty -name content*
This example returns all managed properties with names starting with "content". It returns a list of managed property objects.
Parameters
-Name
The name of the managed property to retrieve. This option supports wildcards, and the matching is case-insensitive.
Type: | String |
Aliases: | ManagedPropertyName, N |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |