/[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 18 by dpavlin, Mon Aug 18 18:28:05 2008 UTC revision 24 by dpavlin, Mon Aug 18 18:57:26 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 41  IDBSFULL Line 42  IDBSFULL
42  IDBSTOKEN  IDBSTOKEN
43  IDBSTOKPRE  IDBSTOKPRE
44  IDBSTOKSUF  IDBSTOKSUF
45    tcidbiterinit
46    tcidbiternext
47    tcidbsync
48    tcidboptimize
49    tcidbvanish
50  );  );
51    
52  =head1 NAME  =head1 NAME
# Line 120  use constant { Line 126  use constant {
126    
127  =head2 tcidbsearch  =head2 tcidbsearch
128    
129    my @ids = tcidbsearch( $idb, $word, IDBSSUBSTR )    my $ids = tcidbsearch( $idb, $word, IDBSSUBSTR );
130    
131  =cut  =cut
132    
# Line 134  use constant { Line 140  use constant {
140          IDBSTOKSUF => 6,                # token suffix matching          IDBSTOKSUF => 6,                # token suffix matching
141  };  };
142    
143    =head2 tcidbsearch2
144    
145      my $ids = tcidbsearch2( $idb, $expr );
146    
147    =head2 tcidbiterinit
148    
149      my $success = tcidbiterinit( $idb );
150    
151    =head2 tcidbiternext
152    
153      my $id = tcidbiternext( $idb );
154    
155    =head2 tcidbsync
156    
157      my $success = tcidbsync( $idb );
158    
159    =head2 tcidboptimize
160    
161      my $success = tcidboptimize( $idb );
162    
163    =head2 tcidbvanish
164    
165      my $success = tcidbvanish( $idb );
166    
167    =cut
168    
169  =head1 KNOWN BUGS  =head1 KNOWN BUGS
170    
171  Low-level functions often just die when called on invalid (or deleted) database  Low-level functions often just die when called on invalid (or deleted) database

Legend:
Removed from v.18  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26