From b67737a53830feb48c8e859e0ba0034d4e19e1f9 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Fri, 5 Oct 2007 09:03:04 +0000 Subject: [PATCH] KTS-2428 "Set the JavaXMLRPCLuceneIndexer as the default indexer" Done. See [indexer] section on config.ini. --- config/config.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/config.ini b/config/config.ini index 7223e05..dc03e9e 100644 --- a/config/config.ini +++ b/config/config.ini @@ -12,11 +12,11 @@ dbType = mysql dbHost = localhost dbName = dms dbUser = dms -dbPass = djw9281js +dbPass = pass dbPort = default dbAdminUser = dmsadmin -dbAdminPass = js9281djw +dbAdminPass = pass [KnowledgeTree] @@ -139,7 +139,7 @@ dot = dot [i18n] ; Default language for the interface -defaultLanguage = en +defaultLanguage = de_DE ; If your language doesn't have distinguishable words (usually, doesn't ; have a space character), set useLike to true to use a search that can ; deal with this, but which is slower. @@ -255,7 +255,8 @@ dateFormat = default [indexer] ; The core indexing class -coreClass=PHPLuceneIndexer +;coreClass=PHPLuceneIndexer +coreClass=JavaXMLRPCLuceneIndexer ; The number of documents to be indexed in a cron session ; defaults to 20 -- libgit2 0.21.4