Sitecore PowerShell Extensions
Slack
YouTube
Stack Exchange
Donate
Search…
Introduction
Disclaimer
Installation
Training
Community
Interfaces
Working with Items
Modules
Remoting
Security
Releases
Troubleshooting
Code Snippets
Appendix
Common
Indexing
Find-Item
Get-SearchIndex
Initialize-Item
Initialize-SearchIndex
Initialize-SearchIndexItem
Remove-SearchIndexItem
Resume-SearchIndex
Stop-SearchIndex
Suspend-SearchIndex
Packaging
Presentation
Provider
Security
Session
Powered By
GitBook
Stop-SearchIndex
Stops the Sitecore index.
Syntax
Stop-SearchIndex -Index <ISearchIndex>
Stop-SearchIndex [-Name <String>]
Stop-SearchIndex [-Name <String>]
Detailed Description
The Stop-SearchIndex command stops the Sitecore index.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Parameters
-Index <ISearchIndex>
Aliases
Text
Required?
true
Position?
named
Default Value
​
Accept Pipeline Input?
true (ByValue)
Accept Wildcard Characters?
false
-Name <String>
The name of the index to stop.
Aliases
Text
Required?
false
Position?
named
Default Value
​
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Sitecore.ContentSearch.ISearchIndex or System.String
Outputs
The output type is the type of the objects that the cmdlet emits.
None
Notes
Help Author: Adam Najmanowicz, Michael West
Examples
EXAMPLE 1
1
The following stops the indexing
process
from
running
.
2
​
3
PS
master:\>
Stop-SearchIndex
-
Name sitecore_master_index
Copied!
EXAMPLE 2
1
The following stops the indexing
process
from
running
.
2
​
3
PS
master:\>
Get-SearchIndex
-
Name sitecore_master_index
|
Stop-SearchIndex
Copied!
Related Topics
​
Initialize-SearchIndex
​
​
Suspend-SearchIndex
​
​
Resume-SearchIndex
​
​
Get-SearchIndex
​
​
https://github.com/SitecorePowerShell/Console/
​
Previous
Resume-SearchIndex
Next
Suspend-SearchIndex
Last modified
10d ago
Export as PDF
Copy link
Contents
Syntax
Detailed Description
Parameters
-Index <ISearchIndex>
-Name <String>
Inputs
Outputs
Notes
Examples
EXAMPLE 1
EXAMPLE 2
Related Topics