/[Search-TokyoDystopia]/lib/Search/TokyoDystopia.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 /lib/Search/TokyoDystopia.pm

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

revision 20 by dpavlin, Mon Aug 18 18:44:47 2008 UTC revision 25 by dpavlin, Mon Aug 18 19:01:00 2008 UTC
# Line 34  tcidbput Line 34  tcidbput
34  tcidbout  tcidbout
35  tcidbget  tcidbget
36  tcidbsearch  tcidbsearch
37    tcidbsearch2
38  IDBSSUBSTR  IDBSSUBSTR
39  IDBSPREFIX  IDBSPREFIX
40  IDBSSUFFIX  IDBSSUFFIX
# Line 43  IDBSTOKPRE Line 44  IDBSTOKPRE
44  IDBSTOKSUF  IDBSTOKSUF
45  tcidbiterinit  tcidbiterinit
46  tcidbiternext  tcidbiternext
47    tcidbsync
48    tcidboptimize
49    tcidbvanish
50    tcidbcopy
51  );  );
52    
53  =head1 NAME  =head1 NAME
# Line 122  use constant { Line 127  use constant {
127    
128  =head2 tcidbsearch  =head2 tcidbsearch
129    
130    my @ids = tcidbsearch( $idb, $word, IDBSSUBSTR )    my $ids = tcidbsearch( $idb, $word, IDBSSUBSTR );
131    
132  =cut  =cut
133    
# Line 136  use constant { Line 141  use constant {
141          IDBSTOKSUF => 6,                # token suffix matching          IDBSTOKSUF => 6,                # token suffix matching
142  };  };
143    
144    =head2 tcidbsearch2
145    
146      my $ids = tcidbsearch2( $idb, $expr );
147    
148  =head2 tcidbiterinit  =head2 tcidbiterinit
149    
150    my $success = tcidbiterinit( $idb );    my $success = tcidbiterinit( $idb );
# Line 144  use constant { Line 153  use constant {
153    
154    my $id = tcidbiternext( $idb );    my $id = tcidbiternext( $idb );
155    
156    =head2 tcidbsync
157    
158      my $success = tcidbsync( $idb );
159    
160    =head2 tcidboptimize
161    
162      my $success = tcidboptimize( $idb );
163    
164    =head2 tcidbvanish
165    
166      my $success = tcidbvanish( $idb );
167    
168    =head2 tcidbcopy
169    
170      my $success = tcidbcopy( $idb, '/path/of/copy' );
171    
172  =cut  =cut
173    
174  =head1 KNOWN BUGS  =head1 KNOWN BUGS

Legend:
Removed from v.20  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26