Changeset 502 for trunk/INSTALL

Show
Ignore:
Timestamp:
09/20/04 16:03:17 (4 years ago)
Author:
kake
Message:

Notes on Plucene.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r501 r502  
    9090to search here just as you would enter them in a 'use lib qw( ... );' 
    9191in a Perl script. 
     92 
     93 
     94  "Do you want to use Plucene for searching?" 
     95 
     96From version 0.39 of OpenGuides, you have the option of using Plucene 
     97to index your wiki instead of Search::InvertedIndex.  If you answer 
     98yes to this question, you will need to make sure you have installed 
     99both Plucene, and CGI::Wiki version 0.56 or later. 
     100 
     101If you are changing to Plucene from Search::InvertedIndex, you will 
     102need to do two things: 
     103    - either delete your old indexes (they're just files in the index 
     104      directory) or use a different index directory 
     105    - reindex your entire wiki (see reindex.pl in the examples/ 
     106      directory of this distribution) 
    92107 
    93108