--- trunk/README 2005/05/26 20:22:44 23 +++ trunk/README 2005/07/06 11:47:56 29 @@ -33,6 +33,30 @@ install pgest.so shared library in system-wide location so that PostgreSQL could access it. +Next, you will have to create test index. You have two options: + +3.1. Create index using estcmd + +This will create temporary files on disk and index them using estcmd gather + + cd data + make index + cd .. + +3.2. Create index using Hyper Estraier perl bindings + +For this, you will have to install perl bindings from + + http://tokuhirom.dnsalias.org/~tokuhirom/archive/hyper_estraier_wrappers-0.0.6.tar.gz + +If you installed bindings as documented in README file, you can issue +following commands to create index about three times faster than using +estcmd: + + cd data + make perl + cd .. + To run tests (which require that you have estcmd in your $PATH) issue make test