Commit 937386cf42d9cf75c1deee0ce0a864bf5f9e6e94
1 parent
f0f6b810
Exists in
master
and in
29 other branches
Enhancement on text
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/solr.yml.dist
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | # If you change the host or port number here, make sure you update |
4 | 4 | # them in your Solr config file |
5 | 5 | |
6 | -# No change is need to support multitenancy. Only one solr environment is need. | |
6 | +# No change is needed to support multitenancy. Only one solr environment will be used. | |
7 | 7 | # Just remember to use 'rake multitenancy:reindex' for reindexation. |
8 | 8 | |
9 | 9 | production: | ... | ... |