/[jsFind]/trunk/jsFind.pm
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/jsFind.pm

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

revision 1 by dpavlin, Sun Jul 11 20:18:25 2004 UTC revision 7 by dpavlin, Wed Jul 21 15:34:03 2004 UTC
# Line 86  sub new { Line 86  sub new {
86    
87  Search, insert, append or replace data in B-Tree  Search, insert, append or replace data in B-Tree
88    
89     $t->B_search(
90            Key => 'key value',
91            Data => { "path" => {
92                            "t" => "title of document",
93                            "f" => 99,
94                            },
95                    },
96            Insert => 1,
97            Append => 1,
98     );
99    
100  Semantics:  Semantics:
101    
# Line 304  sub to_jsfind { Line 313  sub to_jsfind {
313          my $path = shift || confess "to_jsfind need path to your index!";          my $path = shift || confess "to_jsfind need path to your index!";
314    
315          $path .= "/" if ($path =~ /\/$/);          $path .= "/" if ($path =~ /\/$/);
316          carp "can't create index in '$path': $!" if (! -w $path);          carp "create directory for index '$path': $!" if (! -w $path);
317    
318          return $self->root->to_jsfind($path,"0");          return $self->root->to_jsfind($path,"0");
319  }  }

Legend:
Removed from v.1  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.26