Get-FASTSearchMetadataFullTextIndex
Retrieves a full text index.
Syntax
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
The name of the full text index to retrieve.
Type: | String |
Aliases: | FullTextIndexName, N |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |