File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,12 @@ solr/conf ディレクトリーの中に schema.xml というXMLファイルが
97
97
また、漢字の異体字とラテン文字の置き換え(「æ」→「ae」など)を別ファイルにする、といった分け方もできます。
98
98
99
99
100
- #### 6-1-1-4 Enju の再起動 {#section6-1-1-4}
100
+ #### 6-1-1-4 Enjuの再起動とSolrの再インデックス {#section6-1-1-4}
101
101
102
- 設定が終わったら、設定を反映するために、Enju を再起動(リスタート)します 。
102
+ 設定が終わったら、設定を反映するために、Enju を再起動(リスタート)して、書誌情>報を再度インデックスします 。
103
103
104
- sudo restart enju_leaf
104
+ sudo restart enju_leaf
105
+ sudo bundle exec rake sunspot:solr:reindex
105
106
106
107
これで異体字でも検索ができるようになるはずです。
107
108
Original file line number Diff line number Diff line change @@ -97,11 +97,12 @@ solr/conf ディレクトリーの中に schema.xml というXMLファイルが
97
97
また、漢字の異体字とラテン文字の置き換え(「æ」→「ae」など)を別ファイルにする、といった分け方もできます。
98
98
99
99
100
- #### 6-1-1-4 Enju の再起動 {#section6-1-1-4}
100
+ #### 6-1-1-4 Enjuの再起動とSolrの再インデックス {#section6-1-1-4}
101
101
102
- 設定が終わったら、設定を反映するために、Enju を再起動(リスタート)します 。
102
+ 設定が終わったら、設定を反映するために、Enju を再起動(リスタート)して、書誌情報を再度インデックスします 。
103
103
104
- sudo restart enju_leaf
104
+ sudo restart enju_leaf
105
+ sudo bundle exec rake sunspot:solr:reindex
105
106
106
107
これで異体字でも検索ができるようになるはずです。
107
108
You can’t perform that action at this time.
0 commit comments