by default, update full text index
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 2 Dec 2007 01:43:59 +0000 (01:43 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 2 Dec 2007 01:43:59 +0000 (01:43 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1080 07558da8-63fa-0310-ba24-9fe276d99e06

lib/WebPAC/Output/KinoSearch.pm

index 48dd45c..8034a83 100644 (file)
@@ -92,7 +92,7 @@ sub init {
        $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,": $!");