Created
April 8, 2019 09:49
-
-
Save MartinMiles/ee95afae6279438b1d3ddc2295d1de0b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stop-service solr6 | |
get-childitem -path c:\Solr\6.6.2\server\solr\Platform*\Data -recurse | remove-item -force -recurse | |
start-service solr6 | |
Restart-WebAppPool platform.dev.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment