| Currently only the [Board|Forum] supports search. | | Currently only the [Board|Forum] supports search. |
| | | |
| | | |
| # Requirements | | # Requirements |
| | | |
n | | n | ## Xapian
|
| | |
|
| Please follow the documentation on how to set up x | | Please follow the documentation on how to set up x |
| apian: | | apian: |
| | | |
| - <http://code.google.com/p/djapian/wiki/Installin | | - <http://code.google.com/p/djapian/wiki/Installin |
| gXapian> | | gXapian> |
| | | |
| | | |
n | | n | ## Djapian
|
| | |
|
| | | SCT uses a slightly modified version of djapian .. |
| | | use the following command to get it from the repo |
| | | sitory:
|
| | |
|
| | | svn co http://yourhell.com/svn/root/django/com |
| | | munitytools_vendor/
|
| | |
|
| | | afterwards add communitytools_vendor/vendor/djapia |
| | | n/src/djapian to your PYTHONPATH (either by symlin |
| | | king it into site-packages or defining the system |
| | | property PYTHONPATH or modifying your settings_loc |
| | | al.py
|
| | | |
| | | |
t | | t | **Daemon**: for indexing to work correctly you hav |
| | | e to setup the daemon - see <http://code.google.co |
| | | m/p/djapian/wiki/Architecture>
|
| | |
|
| | |
|
| | |
|