/[pgestraier]/trunk/README.pod
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/README.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by dpavlin, Thu May 26 20:22:44 2005 UTC revision 29 by dpavlin, Wed Jul 6 11:47:56 2005 UTC
# Line 33  and see sample results. You will be aske Line 33  and see sample results. You will be aske
33  install pgest.so shared library in system-wide location so that PostgreSQL  install pgest.so shared library in system-wide location so that PostgreSQL
34  could access it.  could access it.
35    
36    Next, you will have to create test index. You have two options:
37    
38    3.1. Create index using estcmd
39    
40    This will create temporary files on disk and index them using estcmd gather
41    
42      cd data
43      make index
44      cd ..
45    
46    3.2. Create index using Hyper Estraier perl bindings
47    
48    For this, you will have to install perl bindings from
49    
50      http://tokuhirom.dnsalias.org/~tokuhirom/archive/hyper_estraier_wrappers-0.0.6.tar.gz
51    
52    If you installed bindings as documented in README file, you can issue
53    following commands to create index about three times faster than using
54    estcmd:
55    
56      cd data
57      make perl
58      cd ..
59    
60  To run tests (which require that you have estcmd in your $PATH) issue  To run tests (which require that you have estcmd in your $PATH) issue
61    
62    make test    make test

Legend:
Removed from v.23  
changed lines
  Added in v.29

  ViewVC Help
Powered by ViewVC 1.1.26