daveb
committed
on 06 Jun 04
Adding very basic documentation, but this package is still very basic itself.
openacs-4/.../www/doc/index.html (+8 -10)
1   <html>
2     <head>
3       <title>TSEARCH2 PostgreSQL FtsEngineDriver for OpenACS 5.x</title>
4       </head>
5     <h1>TSEARCH2 PostgreSQL FtsEngineDriver for OpenACS 5.x</h1>
6     <h2>Installing</h2>
7     You'll need PostgreSQL 7.3 or newer. The tsearch2 from contrib needs
8     to be compiled. In addition tsearch2.sql needs to be loaded into
9     your database. In addition be sure to mount the Search package
10     somewhere. The indexer will not run is Search is not mounted.
  1 <html> <head> <title>TSEARCH2 PostgreSQL FtsEngineDriver for OpenACS
  2   5.x</title> </head> <h1>TSEARCH2 PostgreSQL FtsEngineDriver for
  3   OpenACS 5.x</h1> <h2>Installing</h2> You'll need PostgreSQL 7.3 or
  4   newer. The tsearch2 from contrib needs to be compiled. In addition
  5   tsearch2.sql needs to be loaded into your database. In addition be
  6   sure to mount the Search package somewhere. The indexer will not run
  7   is Search is not mounted.  The FtsEngineDriver parameter of the
  8   search package must be changes to "tsearch2-driver".
11 9
12 10   <h2>Using</h2>
13 11   If you install tsearch2-driver and mount search, go ahead and add
14 12   some content. Weblogger or edit-this-page will generate indexed
15 13   cotent. I had to manually load lars-blogger-sc-create.sql to get
16 14   Weblogger to register the service contract implementation to index
17 15   the content. After that it worked fine.
18 16  
19 17   <h2>Features</h2>
20 18   This version includes only the most basic features to prove that
21 19   tsearch2 can be used for indexing. There are many configuration
22 20   options that will be avaialble as parameters in the future. It is
23 21   also clear that the current service contract definitions are not
24 22   flexible enough to work well with every possible search driver, so
25 23   some features may not be available until after the search package is
26 24   also updated.
27 25
28 26   Dave Bauer dave@thedesignexperience.org 2004-06-05