Get-FASTSearchMetadataFullTextIndex
Applies to: SharePoint Server 2010
Retrieves a full text index.
Syntax
Get-FASTSearchMetadataFullTextIndex [[-Name] <String>]
Detailed 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.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Name |
Optional |
System.String |
The name of the full text index to retrieve. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Get-FASTSearchMetadataFullTextIndex -Name content
This example retrieves the full text index named “content”.
See Also
Reference
New-FASTSearchMetadataFullTextIndex
Remove-FASTSearchMetadataFullTextIndex
Set-FASTSearchMetadataFullTextIndex