/[drupal]/contributions/modules/porterstemmer/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/porterstemmer/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Jul 14 23:38:47 2009 UTC (4 months, 2 weeks ago) by jhodgdon
Branch: MAIN
CVS Tags: DRUPAL-6--2-3, DRUPAL-6--2-2, DRUPAL-6--2-1, DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.1: +19 -14 lines
File MIME type: text/plain
#511930 #437094 #219335 by jhodgdon: Upgrade to the Porter 2 Stemmer algorithm; minimum word size 3 characters. Also updated install instructions and Readme, updated for coding standards, and added SimpleTest tests.
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'.

  ViewVC Help
Powered by ViewVC 1.1.2