--- trunk/conf/config.pl 2005/08/20 16:40:11 51 +++ trunk/conf/config.pl 2005/08/28 09:12:54 82 @@ -1748,4 +1748,9 @@ #$Conf{SearchDSN} = 'dbi:SQLite:dbname=$TopDir/search.db'; $Conf{SearchDSN} = 'dbi:Pg:dbname=backuppc'; $Conf{SearchUser} = 'dpavlin'; +# +# if you want to use experimental HyperEstraier support (which require +# installation of HyperEstraier and swig binding for perl) select +# path to index (relative to $TopDir) +$Conf{HyperEstraierIndex} = '/casket/';