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

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

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

revision 1.2, Tue Jul 14 23:38:47 2009 UTC revision 1.2.2.1, Wed Oct 21 23:39:54 2009 UTC
# Line 1  Line 1 
1  // $Id$  // $Id: INSTALL.txt,v 1.2 2009/07/14 23:38:47 jhodgdon Exp $
2    
3  For general information about this module, check the README.txt file.  For general information about this module, check the README.txt file.
4    
# Line 22  index. On larger sites, it may take seve Line 22  index. On larger sites, it may take seve
22  search index. You can check progress on the Search Settings page, and  search index. You can check progress on the Search Settings page, and
23  you can run cron manually by visiting 'Reports > Status report', and  you can run cron manually by visiting 'Reports > Status report', and
24  clicking on 'Run cron manually'.  clicking on 'Run cron manually'.
25    
26    5. This module will use the PECL "stem" library for PHP, if it is installed
27    on your server. If you have full administrative/root access to your server, and
28    are comfortable with Apache/PHP configuration and system administration, you
29    can install this library by following the instructions at:
30      http://us3.php.net/manual/en/install.pecl.php
31    Once the library is installed, you will need to add a line to your php.ini
32    file to enable the module:
33      extension=stem.so
34    If the PECL "stem" library is not available, the module uses a PHP
35    implementation of the stemming algorithm. The output is identical.
36    More information about the PECL "stem" library:
37      http://pecl.php.net/package/stem
38    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.2