--- trunk/README.pod 2005/10/20 16:24:26 48 +++ trunk/README.pod 2005/10/29 18:54:40 49 @@ -23,7 +23,8 @@ =item * -Hyper Estraier (version 0.5.0 or newer) +Hyper Estraier (tested with 0.5.0-1.0.0+, version newer than 0.9.6 are +recommended) =back @@ -41,7 +42,7 @@ =item * -C from Internet Movie Database in data/ directory +C from Internet Movie Database in C directory =item * @@ -78,10 +79,14 @@ =head2 Create index using Hyper Estraier perl bindings -For this, you will have to install perl bindings from +Perl bindings for Hyper Estraier are available at L +However, they don't support node API (yet), so you will have to use +my modified version which is available at +L in C repository. + If you installed bindings as documented in README file, you can use perl binding to create index about three times faster than using C (to be fair, I must say that creation of intermediate files take most time, @@ -113,9 +118,11 @@ FROM pgest( -- path to index OR URL to node, user-name and password -- you will need JUST ONE of following two lines, depending - -- on your usage described below + -- on your usage described below, for direct access '/full/path/to/casket', - 'http://localhost:1978/node/trivia', 'admin', 'admin', + -- or for node API specify node URI, login, password + -- and depth of search + 'http://localhost:1978/node/trivia', 'admin', 'admin', 42, -- query 'blade runner', -- additional attributes, use NULL or '' to disable @@ -156,9 +163,6 @@ different machine or update index while doing searches, so benefits of this approach are obvious. -B Currently, there is no support to search more than one index (depth -of search is always 0). This will be fixed. - =head1 Who wrote this? Hyper Estraier is written by Mikio Hirabayashi.