| 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 |
|
|
| 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 |
|
|