| 1 |
// $Id$
|
| 2 |
|
| 3 |
For general information about this module, check the README.txt file.
|
| 4 |
|
| 5 |
Installation
|
| 6 |
------------
|
| 7 |
|
| 8 |
1. Unzip the files, and upload them as a subdirectory of the
|
| 9 |
sites/all/modules directory of your Drupal installation (or the
|
| 10 |
location you normally use for contributed modules).
|
| 11 |
|
| 12 |
2. Go to 'Administer > Site building > Modules', and enable the Porter
|
| 13 |
Stemmer module.
|
| 14 |
|
| 15 |
3. Go to 'Administer > Site configuration > Search settings' and click
|
| 16 |
'Re-index site'. You should do this step whenever you upgrade to a
|
| 17 |
new version of the Porter Stemmer module, so that the search index is
|
| 18 |
rebuilt with any changes to the stemming algorithm.
|
| 19 |
|
| 20 |
4. Ensure that cron has run at least once, to build the search
|
| 21 |
index. On larger sites, it may take several cron runs to complete the
|
| 22 |
search index. You can check progress on the Search Settings page, and
|
| 23 |
you can run cron manually by visiting 'Reports > Status report', and
|
| 24 |
clicking on 'Run cron manually'.
|