SVN commit 1086360 by sebas:

Always enable full-text indexing

CCMAIL:[email protected]
CCMAIL:[email protected]


 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
[email protected]
https://mail.kde.org/mailman/listinfo/release-team

Reply via email to