Remove-SearchIndexItem
Syntax
Detailed Description
Removes an indexed item from the specified index. Supports wildcard filtering for the index name.
© 2010-2020 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Parameters
-Item <Item>
Aliases | |
---|---|
Required? | true |
Position? | named |
Default Value | |
Accept Pipeline Input? | true (ByValue) |
Accept Wildcard Characters? | false |
-SearchResultItem <SearchResultItem>
Aliases | |
---|---|
Required? | true |
Position? | named |
Default Value | |
Accept Pipeline Input? | true (ByValue) |
Accept Wildcard Characters? | false |
-AsJob <SwitchParameter>
Aliases | |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-Name <String>
Aliases | |
---|---|
Required? | false |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
Examples
EXAMPLE 1
The following removes the indexed item from the specified search index.
EXAMPLE 2
The following removes the indexed item from the indexes matching the wildcard pattern.
Last updated