Commit b67737a53830feb48c8e859e0ba0034d4e19e1f9
1 parent
dd977314
KTS-2428
"Set the JavaXMLRPCLuceneIndexer as the default indexer" Done. See [indexer] section on config.ini. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7298 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
5 additions
and
4 deletions
config/config.ini
| ... | ... | @@ -12,11 +12,11 @@ dbType = mysql |
| 12 | 12 | dbHost = localhost |
| 13 | 13 | dbName = dms |
| 14 | 14 | dbUser = dms |
| 15 | -dbPass = djw9281js | |
| 15 | +dbPass = pass | |
| 16 | 16 | dbPort = default |
| 17 | 17 | |
| 18 | 18 | dbAdminUser = dmsadmin |
| 19 | -dbAdminPass = js9281djw | |
| 19 | +dbAdminPass = pass | |
| 20 | 20 | |
| 21 | 21 | [KnowledgeTree] |
| 22 | 22 | |
| ... | ... | @@ -139,7 +139,7 @@ dot = dot |
| 139 | 139 | |
| 140 | 140 | [i18n] |
| 141 | 141 | ; Default language for the interface |
| 142 | -defaultLanguage = en | |
| 142 | +defaultLanguage = de_DE | |
| 143 | 143 | ; If your language doesn't have distinguishable words (usually, doesn't |
| 144 | 144 | ; have a space character), set useLike to true to use a search that can |
| 145 | 145 | ; deal with this, but which is slower. |
| ... | ... | @@ -255,7 +255,8 @@ dateFormat = default |
| 255 | 255 | |
| 256 | 256 | [indexer] |
| 257 | 257 | ; The core indexing class |
| 258 | -coreClass=PHPLuceneIndexer | |
| 258 | +;coreClass=PHPLuceneIndexer | |
| 259 | +coreClass=JavaXMLRPCLuceneIndexer | |
| 259 | 260 | |
| 260 | 261 | ; The number of documents to be indexed in a cron session |
| 261 | 262 | ; defaults to 20 | ... | ... |