Share via


Set-FASTSearchMetadataFullTextIndex

Updates the properties of a full text index.

Syntax

FullTextIndex

Set-FASTSearchMetadataFullTextIndex
    -FullTextIndex <FullTextIndex>
    [-Description <String>]
    [-StemmingEnabled <Boolean>]
    [<CommonParameters>]

Name

Set-FASTSearchMetadataFullTextIndex
    -Name <String>
    [-Description <String>]
    [-StemmingEnabled <Boolean>]
    [<CommonParameters>]

Description

This cmdlet enables/disables stemming and changes the description of a full text index.

Stemming is the process of reducing words to their base form or expanding to all known forms to increase recall. Whether stemming is done through reduction or expansion depends on the language in which the content is written.

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 (FAST Server for SharePoint 2010)

Set-FASTSearchMetadataFullTextIndex -name content -description "Central content repository"

This example updates the description of the existing full text index named "content".

EXAMPLE 2 (FAST Server for SharePoint 2010)

Set-FASTSearchMetadataFullTextIndex -Name content -StemmingEnabled 1

This example enables stemming on the full text index named "content". The content of the full text index must be recrawled/re-fed for this change to take effect.

Parameters

-Description

Applicable: FAST Server for SharePoint 2010

A new description to use for the full text index.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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

-FullTextIndex

Applicable: FAST Server for SharePoint 2010

An object representing the full text index to be updated.

Parameter properties

Type:FullTextIndex
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

FullTextIndex
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-Name

Applicable: FAST Server for SharePoint 2010

Name of the full text index to be updated.

Parameter properties

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

Parameter sets

Name
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-StemmingEnabled

Applicable: FAST Server for SharePoint 2010

Enables or disables stemming for this full text index.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
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.