Index: openacs-4/packages/acs-core-docs/www/install-full-text-search.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/Attic/install-full-text-search.html,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-core-docs/www/install-full-text-search.html 21 Oct 2003 10:04:47 -0000 1.5 +++ openacs-4/packages/acs-core-docs/www/install-full-text-search.html 28 Oct 2003 22:07:34 -0000 1.6 @@ -1,4 +1,4 @@ -Install Full Text Search

Install Full Text Search

Install OpenFTS module

If you want full text search, and you are running PostGreSQL, install this module to support FTS. Do this step after you have installed both PostGreSQL and +Install Full Text Search

Install Full Text Search

Install OpenFTS module

If you want full text search, and you are running PostGreSQL, install this module to support FTS. Do this step after you have installed both PostGreSQL and Aolserver. You will need the openfts tarball in /tmp.

  1. Install Tsearch. This is a PostGreSQL module that OpenFTS requires.

    [root@yourserver root]# su - postgres
    @@ -74,7 +74,7 @@
     make
     su postgres
     make install
    -exit

Install OpenFTS prerequisites in PostGreSQL instance

If you are installing Full Text Search, add required +exit

Install OpenFTS prerequisites in PostGreSQL instance

If you are installing Full Text Search, add required packages to the new database. (In order for full text search to work, you must also install the PostGreSQL OpenFTS module and prerequisites.)

[service0@yourserver service0]$ /usr/local/pgsql/bin/psql service0 -f /usr/local/src/postgresql-7.2.4/contrib/tsearch/tsearch.sql
@@ -113,4 +113,4 @@
 line, click
 Install.
 

  • Restart the service.

    [service0@yourserver service0]$ svc -t /service/service0
    -[service0@yourserver service0]$
  • Test FTS. (INCOMPLETE). Add a package that supports search,like "note," add some content, and search for it.

  • View comments on this page at openacs.org
    +[service0@yourserver service0]$
  • Test FTS. (INCOMPLETE). Add a package that supports search,like "note," add some content, and search for it.

  • View comments on this page at openacs.org