/[webpac2]/trunk/lib/WebPAC/Output/KinoSearch.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/lib/WebPAC/Output/KinoSearch.pm

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

revision 986 by dpavlin, Sun Nov 4 11:55:45 2007 UTC revision 987 by dpavlin, Sun Nov 4 11:58:11 2007 UTC
# Line 147  sub add { Line 147  sub add {
147                          $hash->{$f} = join(' <*> ', @{ $hash->{$f} });                          $hash->{$f} = join(' <*> ', @{ $hash->{$f} });
148                  }                  }
149  #               $hash->{$f} = decode( $self->encoding, $hash->{$f} );  #               $hash->{$f} = decode( $self->encoding, $hash->{$f} );
150                    $self->{field_count}->{$f}++;
151          }          }
152    
153          $log->debug("add( $id, ", sub { dump($ds) }," ) => ", sub { dump( $hash ) });          $log->debug("add( $id, ", sub { dump($ds) }," ) => ", sub { dump( $hash ) });
# Line 173  sub finish { Line 174  sub finish {
174    
175          $log->info("indexed ", $self->{count}, " records");          $log->info("indexed ", $self->{count}, " records");
176    
177            $log->debug("field usage: ", dump( $self->{field_count} ));
178    
179  }  }
180    
181  =head1 AUTHOR  =head1 AUTHOR

Legend:
Removed from v.986  
changed lines
  Added in v.987

  ViewVC Help
Powered by ViewVC 1.1.26