/[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 919 by dpavlin, Tue Oct 30 22:07:11 2007 UTC revision 924 by dpavlin, Wed Oct 31 00:26:45 2007 UTC
# Line 139  sub add { Line 139  sub add {
139          $hash->{database} ||= $self->database;          $hash->{database} ||= $self->database;
140          $hash->{id} ||= $id;          $hash->{id} ||= $id;
141    
142            foreach my $f ( keys %$hash ) {
143                    if ( ref($hash->{$f}) eq 'ARRAY' ) {
144                            $hash->{$f} = join(' <*> ', @{ $hash->{$f} });
145                    }
146            }
147    
148          $log->debug("add( $id, ", sub { dump($ds) }," ) => ", sub { dump( $hash ) });          $log->debug("add( $id, ", sub { dump($ds) }," ) => ", sub { dump( $hash ) });
149    
150          $self->index->add_doc( $hash );          $self->index->add_doc( $hash );
151    
152            $self->{count}++;
153    
154          return 1;          return 1;
155  }  }
156    
# Line 159  sub finish { Line 167  sub finish {
167    
168          my $log = $self->_get_logger();          my $log = $self->_get_logger();
169    
170          $log->info("dummy finish");          $log->info("indexed ", $self->{count}, " records");
171    
172  }  }
173    

Legend:
Removed from v.919  
changed lines
  Added in v.924

  ViewVC Help
Powered by ViewVC 1.1.26