< Back

Set-ISHIntegrationFullTextIndex

Wed Jan 15, 2020 8:37 am

NAME Set-ISHIntegrationFullTextIndex



SYNOPSIS

Sets target lucene Uri.





SYNTAX

Set-ISHIntegrationFullTextIndex -Uri <Uri> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Set-ISHIntegrationFullTextIndex cmdlet sets target lucene Uri.





PARAMETERS

-Uri <Uri>

The target lucene Uri.



Required? true

Position? named

Default value

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-ISHIntegrationFullTextIndex -ISHDeployment $deployment -Uri "http://127.0.0.1:8080/solr/"



This command changes the target Uri 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

Set-ISHServiceFullTextIndex