--- trunk/lib/WebPAC/Output/KinoSearch.pm 2007/11/28 22:52:59 1079 +++ trunk/lib/WebPAC/Output/KinoSearch.pm 2007/12/02 01:43:59 1080 @@ -92,7 +92,7 @@ $self->encoding( 'ISO-8859-2' ) unless $self->encoding; ## FIXME we shouldn't re-create whole KinoSearch index every time! - $self->clean( 1 ); +# $self->clean( 1 ); if ( ! -e $self->path ) { mkpath $self->path || $log->logdie("can't create ", $self->path,": $!");