| | 92 | |
| | 93 | |
| | 94 | "Do you want to use Plucene for searching?" |
| | 95 | |
| | 96 | From version 0.39 of OpenGuides, you have the option of using Plucene |
| | 97 | to index your wiki instead of Search::InvertedIndex. If you answer |
| | 98 | yes to this question, you will need to make sure you have installed |
| | 99 | both Plucene, and CGI::Wiki version 0.56 or later. |
| | 100 | |
| | 101 | If you are changing to Plucene from Search::InvertedIndex, you will |
| | 102 | need 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) |