Created
June 18, 2013 08:28
-
-
Save BrandAndCelebrities/5803599 to your computer and use it in GitHub Desktop.
Gestion de Solr pour rails (sunspot)
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 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