Skip to content

Instantly share code, notes, and snippets.

@BrandAndCelebrities
Created June 18, 2013 08:28
Show Gist options
  • Save BrandAndCelebrities/5803599 to your computer and use it in GitHub Desktop.
Save BrandAndCelebrities/5803599 to your computer and use it in GitHub Desktop.
Gestion de Solr pour rails (sunspot)
Stop solr
$ rake sunspot:solr:stop
Vérifie que tu n'as plus d'instance solr en train de tourner
$ ps -eaf | grep java
S'il reste des instances, tu les kill.
$ kill nb_proccess
Pour finir on restart et on reindex
$ start solr rake sunspot:solr:start
$ reindex : rake sunspot:solr:reindex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment