Skip to content

Commit 55202ce

Browse files
committed
reindex command changed. cf. next-l/enju_leaf#1158
1 parent aa51db5 commit 55202ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.1/enju_install_vm_6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ solr/conf ディレクトリーの中に schema.xml というXMLファイルが
102102
設定が終わったら、設定を反映するために、Enju を再起動(リスタート)して、書誌情>報を再度インデックスします。
103103

104104
sudo restart enju_leaf
105-
sudo bundle exec rake sunspot:solr:reindex
105+
bundle exec rake sunspot:reindex RAILS_ENV=production
106106

107107
これで異体字でも検索ができるようになるはずです。
108108

1.2/enju_install_vm_6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ solr/conf ディレクトリーの中に schema.xml というXMLファイルが
102102
設定が終わったら、設定を反映するために、Enju を再起動(リスタート)して、書誌情報を再度インデックスします。
103103

104104
sudo restart enju_leaf
105-
sudo bundle exec rake sunspot:solr:reindex
105+
bundle exec rake sunspot:reindex RAILS_ENV=production
106106

107107
これで異体字でも検索ができるようになるはずです。
108108

0 commit comments

Comments
 (0)