編輯

共用方式為


Get-FASTSearchMetadataFullTextIndex

Retrieves a full text index.

Syntax

Default (Default)

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

Description

This cmdlet retrieves a full text index object. The full text indexes are the searchable content of a Microsoft FAST Search Server 2010 for SharePoint system. Although it is also possible to search on a specific managed property without using a full text index, full relevancy calculation is only done when searching in full text indexes.

If no name is specified, all full text indexes are retrieved.

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-FASTSearchMetadataFullTextIndex -Name content

This example retrieves the full text index named "content".

Parameters

-Name

Applicable: FAST Server for SharePoint 2010

The name of the full text index to retrieve.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:FullTextIndexName, N

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.