branches/KDE/4.4/kdebase/runtime/nepomuk/services/storage

John Tapsell johnflux at gmail.com
Sun Feb 7 04:06:43 CET 2010


alwyays? :-D

On 7 February 2010 00:56, Sebastian Kügler <sebas at kde.org> wrote:
> SVN commit 1086360 by sebas:
>
> Always enable full-text indexing
>
> CCMAIL:trueg at kde.org
> CCMAIL:release-team at kde.org
>
>
>  M  +3 -0      repository.cpp
>
>
> --- branches/KDE/4.4/kdebase/runtime/nepomuk/services/storage/repository.cpp #1086359:1086360
> @@ -325,6 +325,9 @@
>     // lower the minimum transaction log size to make sure the checkpoints are actually executed
>     settings << Soprano::BackendSetting( "MinAutoCheckpointSize", 200000 );
>
> +    // alwyays index literals
> +    settings << Soprano::BackendSetting( "fulltextindex", "sync" );
> +
>     return settings;
>  }
>
> _______________________________________________
> release-team mailing list
> release-team at kde.org
> https://mail.kde.org/mailman/listinfo/release-team
>


More information about the release-team mailing list