Skip to content

Instantly share code, notes, and snippets.

@MartinMiles
Created April 8, 2019 09:49
Show Gist options
  • Save MartinMiles/ee95afae6279438b1d3ddc2295d1de0b to your computer and use it in GitHub Desktop.
Save MartinMiles/ee95afae6279438b1d3ddc2295d1de0b to your computer and use it in GitHub Desktop.
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