Commit 6c65e3df8ed615af19ad5dad99226e0e2643095b
1 parent
e41acf34
KTS-673
"The search algorithm needs some work" Updated. Fixed references to lucene Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7501 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
2 deletions
search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php
| @@ -195,7 +195,7 @@ class JavaXMLRPCLuceneIndexer extends Indexer | @@ -195,7 +195,7 @@ class JavaXMLRPCLuceneIndexer extends Indexer | ||
| 195 | */ | 195 | */ |
| 196 | public function getDisplayName() | 196 | public function getDisplayName() |
| 197 | { | 197 | { |
| 198 | - return _kt('Lucene Indexing Server'); | 198 | + return _kt('Document Indexer Service'); |
| 199 | } | 199 | } |
| 200 | 200 | ||
| 201 | 201 |
search2/indexing/indexers/PHPLuceneIndexer.inc.php
| @@ -239,7 +239,7 @@ class PHPLuceneIndexer extends Indexer | @@ -239,7 +239,7 @@ class PHPLuceneIndexer extends Indexer | ||
| 239 | */ | 239 | */ |
| 240 | public function getDisplayName() | 240 | public function getDisplayName() |
| 241 | { | 241 | { |
| 242 | - return _kt('Lucene PHP Indexer'); | 242 | + return _kt('Document Indexer Library'); |
| 243 | } | 243 | } |
| 244 | } | 244 | } |
| 245 | ?> | 245 | ?> |
| 246 | \ No newline at end of file | 246 | \ No newline at end of file |