< Back

Set-ISHServiceFullTextIndex

Wed Jan 15, 2020 8:42 am

NAME Set-ISHServiceFullTextIndex



SYNOPSIS

Sets target lucene ServicePort.





SYNTAX

Set-ISHServiceFullTextIndex -ServicePort <int> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Set-ISHServiceFullTextIndex cmdlet sets target lucene ServicePort.





PARAMETERS

-ServicePort <int>

The target lucene ServicePort.



Required? true

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-ISHDeployment <ISHDeployment>

Specifies the name or instance of the Content Manager deployment.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



---------- EXAMPLE 1 ----------



PS C:\\>Set-ISHServiceFullTextIndex -ISHDeployment $deployment -ServicePort 8081



This command changes the target port of instances of SolrLucene services. Parameter $deployment is a deployment

name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS

Enable-ISHServiceFullTextIndex

Disable-ISHServiceFullTextIndex

Get-ISHServiceFullTextIndex

Set-ISHIntegrationFullTextIndex