Changes for version 0.04

  • r111: dpavlin | 2006-02-21 16:41:57 +0100 Changed paths: M /trunk/Estraier.pm
  • store all values from _set_info in $self->{inform}
  • r110: dpavlin | 2006-02-21 16:40:54 +0100 Changed paths: M /trunk/t/5_Node.t
  • support 0 sa word_num (if HyperEstraier didn't have time to sync to disk)
  • r109: dpavlin | 2006-02-20 22:21:04 +0100 Changed paths: M /trunk/t/5_Node.t
  • fix test if no test2 exists
  • r108: dpavlin | 2006-02-19 18:13:57 +0100 Changed paths: M /trunk/Estraier.pm
  • fix typo
  • r107: dpavlin | 2006-02-19 18:01:49 +0100 Changed paths: M /trunk/Estraier.pm M /trunk/t/5_Node.t
  • added node methods admins, guests and links, set_link now refresh info
  • r106: dpavlin | 2006-02-19 15:26:21 +0100 Changed paths: M /trunk/t/5_Node.t
  • another fix for last few tests
  • r105: dpavlin | 2006-02-19 14:50:50 +0100 Changed paths: M /trunk/t/5_Node.t
  • fix tests without node test1
  • r104: dpavlin | 2006-02-19 14:50:36 +0100 Changed paths: M /trunk/Makefile.PL
  • make ChangeLog from svk
  • r103: dpavlin | 2006-01-28 21:44:15 +0100 Changed paths: M /trunk/Estraier.pm M /trunk/t/5_Node.t
  • uri_to_id doesn't croak, even when used with croak_on_error
  • r102: dpavlin | 2006-01-28 20:46:20 +0100 Changed paths: M /trunk/Estraier.pm M /trunk/scripts/example_indexer.pl M /trunk/scripts/example_searcher.pl
  • more documentation update
  • r101: dpavlin | 2006-01-28 20:43:23 +0100 Changed paths: M /trunk/scripts/example_indexer.pl M /trunk/scripts/example_searcher.pl
  • updated example scripts
  • r100: dpavlin | 2006-01-28 20:41:59 +0100 Changed paths: M /trunk/Estraier.pm M /trunk/t/5_Node.t
  • added $res->hits to get number of hits from estmaster hints
  • r99: dpavlin | 2006-01-28 20:19:25 +0100 Changed paths: M /trunk/t/1_Document.t
  • removed debugging output
  • r98: dpavlin | 2006-01-28 20:18:13 +0100 Changed paths: M /trunk/Estraier.pm M /trunk/t/2_Condition.t
  • improved $cond->set_options to support one or more arguments and reset options on each call, e.g. $cond->set_options('SURE') or $cond->set_options(qw/SURE NOIDF/)
  • r97: dpavlin | 2006-01-28 19:19:47 +0100 Changed paths: M /trunk/Estraier.pm M /trunk/t/1_Document.t
  • another fix for empty values
  • r96: dpavlin | 2006-01-28 18:58:22 +0100 Changed paths: M /trunk/Estraier.pm
  • fix for 0 values
  • r95: dpavlin | 2006-01-28 18:55:48 +0100 Changed paths: M /trunk/t/1_Document.t
  • test handling of attributes with value 0
  • r94: dpavlin | 2006-01-28 18:38:00 +0100 Changed paths: M /trunk/t/5_Node.t
  • cleanup test
  • r93: dpavlin | 2006-01-28 17:43:45 +0100 Changed paths: M /trunk/Estraier.pm
  • Hyper Estraier 1.0.6 doesn't like attributes with no value (undef in perl), so we skip them in dump_draft
  • r92: dpavlin | 2006-01-26 16:29:20 +0100 Changed paths: M /trunk/t/5_Node.t
  • fix number of tests skipped if test node is missing
  • r91: dpavlin | 2006-01-26 02:53:58 +0100 Changed paths: M /trunk/Estraier.pm M /trunk/t/5_Node.t
  • added hints to return all hints from server
  • r90: dpavlin | 2006-01-26 02:53:29 +0100 Changed paths: M /trunk/scripts/est-spider
  • created separate filter_to_pages sub, added text/postscript support via pstotext
  • r89: dpavlin | 2006-01-26 00:38:57 +0100 Changed paths: M /trunk/scripts/est-spider
  • removed dependency on (optional in the first place) native HyperEstraier module
  • r88: dpavlin | 2006-01-21 19:25:09 +0100 Changed paths: M /trunk/scripts/estcp.pl
  • fix URL extraction, make it less chatty (without -d flag)
  • r87: dpavlin | 2006-01-21 18:37:07 +0100 Changed paths: M /trunk/scripts/estcp-mt.pl
  • fixed node URL extraction, put -1 marker on queue at end so that threads will finish after all documents are processed
  • r86: dpavlin | 2006-01-19 15:33:33 +0100 Changed paths: M /trunk/scripts/estcp-mt.pl (from /trunk/scripts/estcp.pl:85)
  • multi-threaded version of estcp
  • r85: dpavlin | 2006-01-17 16:00:50 +0100 Changed paths: M /trunk/scripts/estcp.pl
  • create desintaion node if it doesn't exist
  • r84: dpavlin | 2006-01-17 12:43:38 +0100 Changed paths: M /trunk/scripts/estcp.pl
  • don't parse draft into document and back
  • r83: dpavlin | 2006-01-17 01:41:18 +0100 Changed paths: M /trunk/scripts/estcp.pl
  • fixed to stop coping and prevent cumulation of results
  • r82: dpavlin | 2006-01-17 01:17:50 +0100 Changed paths: M /trunk/scripts/estcp.pl
  • much better output of progress (requires Time::HiRes)
  • r81: dpavlin | 2006-01-17 01:03:45 +0100 Changed paths: M /trunk/Estraier.pm
  • allow null (undef in perl) values. Hyper Estraier seems to store them, so we should also support them.
  • r80: dpavlin | 2006-01-17 00:08:07 +0100 Changed paths: A /trunk/scripts/estcp.pl
  • copy Hyper Estraier index from one node to another
  • r79: dpavlin | 2006-01-16 22:47:21 +0100 Changed paths: M /trunk/t/5_Node.t
  • test fix
  • r78: dpavlin | 2006-01-16 22:42:09 +0100 Changed paths: M /trunk/Estraier.pm M /trunk/t/5_Node.t
  • added croak_on_error
  • r77: dpavlin | 2006-01-16 22:34:14 +0100 Changed paths: M /trunk/Estraier.pm M /trunk/scripts/est-spider
  • fix warning if called without $node->set_auth (anonymous access)
  • r76: dpavlin | 2006-01-16 22:19:44 +0100 Changed paths: M /trunk/Estraier.pm
  • return $node->{status} and $node->{status_message} if request wasn't succesful
  • r74: dpavlin | 2006-01-09 16:28:24 +0100 Changed paths: M /trunk/Estraier.pm

Documentation

generate an Hyper Estraier index for CPAN
copy Hyper Estraier index from one node to another
copy Hyper Estraier index from one node to another
example indexer for Search::Estraier
example searcher for Search::Estraier

Modules

pure perl module to use Hyper Estraier search engine

Provides

in Estraier.pm