Changeset 16259
- Timestamp:
- 2008-07-01T15:40:42+12:00 (15 years ago)
- Location:
- gsdl/trunk
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/bin/script/buildcol.pl
r14942 r16259 218 218 'hiddengli' => "yes" }, 219 219 { 'name' => "disable_OAI", 220 'desc' => "{buildcol.disable_OAI}", 221 'type' => "flag", 222 'reqd' => "no", 223 'modegli' => "2", 224 'hiddengli' => "yes" } 225 226 # { 'name' => "incremental_dlc", 227 # 'desc' => "{buildcol.incremental_dlc}", 228 # 'type' => "flag", 229 # 'reqd' => "no", 230 # 'hiddengli' => "yes" } 220 'desc' => "{buildcol.disable_OAI}", 221 'type' => "flag", 222 'reqd' => "no", 223 'modegli' => "2", 224 'hiddengli' => "yes" }, 231 225 ]; 232 226 … … 273 267 # Thompson, DL Consulting Ltd. 274 268 # 275 # @param $incremental _dlcIf true indicates this build should not regenerate all269 # @param $incremental If true indicates this build should not regenerate all 276 270 # the index and metadata files, and should instead just 277 271 # append the information found in the archives directory … … 290 284 $create_images, $collectdir, $build, $type, $textindex, 291 285 $no_strip_html, $no_text, $faillog, $gli, $index, $language, 292 $sections_index_document_metadata, $maxnumeric, $incremental_dlc,286 $sections_index_document_metadata, $maxnumeric, 293 287 $disable_OAI); 294 288 295 289 my $xml = 0; 296 $incremental_dlc = 0; # this is hidden for now as it doesn't work for standard greenstone at the moment297 290 my $hashParsingResult = {}; 298 291 # general options available to all plugins … … 569 562 eval("\$builder = new $buildertype(\$collection, " . 570 563 "\$realarchivedir, \$realbuilddir, \$verbosity, " . 571 "\$maxdocs, \$debug, \$keepold, \$incremental, \$incremental_dlc," .564 "\$maxdocs, \$debug, \$keepold, \$incremental, " . 572 565 "\$remove_empty_classifications, " . 573 566 "\$out, \$no_text, \$faillog, \$gli, \$disable_OAI)"); -
gsdl/trunk/perllib/basebuilder.pm
r16222 r16259 56 56 sub new { 57 57 my ($class, $collection, $source_dir, $build_dir, $verbosity, 58 $maxdocs, $debug, $keepold, $incremental, $incremental_dlc,58 $maxdocs, $debug, $keepold, $incremental, 59 59 $remove_empty_classifications, 60 60 $outhandle, $no_text, $failhandle, $gli, $disable_OAI) = @_; … … 73 73 'keepold'=>$keepold, 74 74 'incremental'=>$incremental, 75 'incremental_dlc' => $incremental_dlc,76 75 'remove_empty_classifications'=>$remove_empty_classifications, 77 76 'outhandle'=>$outhandle, -
gsdl/trunk/perllib/lucenebuilder.pm
r15725 r16259 371 371 # already exists. If it doesn't, let the super classes function be 372 372 # called once to generate it. 373 if (!$self->{'incremental _dlc'} || !-e $infodb_file_path)373 if (!$self->{'incremental'} || !-e $infodb_file_path) 374 374 { 375 375 # basebuilder::make_infodatabase(@_); -
gsdl/trunk/perllib/strings.properties
r16136 r16259 88 88 89 89 buildcol.incremental:Only index documents which have not been previously indexed. Implies -keepold. Relies on the lucene indexer. 90 91 buildcol.incremental_dlc:Truely incremental update of the GDBM database. Only works for hierarchy classifiers.92 90 93 91 buildcol.keepold:Will not destroy the current contents of the building directory. -
gsdl/trunk/perllib/strings_ar.properties
r16017 r16259 175 175 د عÙÙ Ù 176 176 ÙØŽÙ lucene . # Updated 11-Oct-2007 by kkhalafala 177 178 buildcol.incremental_dlc:ØªØØ¯ÙØ« Ø§ÙØ¥Ø¶Ø§ÙØ© Ø§ÙØÙÙÙÙØ© ÙÙØ§Ø¹Ø¯Ø© ØšÙØ§Ùات GDBM . تعÙ179 Ù ÙÙØ· Ù180 ع اÙÙ181 صÙÙØ§Øª اÙÙØ±Ù182 ÙØ©. # Updated 11-Oct-2007 by kkhalafala183 177 184 178 buildcol.keepold:ÙÙ ØªØØ·Ù -
gsdl/trunk/perllib/strings_fr.properties
r16017 r16259 84 84 85 85 buildcol.incremental:Indexe seuls les documents qui n'ont pas été préalablement indexés. Implique -keepold. Repose sur l' indexeur lucene. # Updated 4-Dec-2007 by Georges Braoudakis 86 87 buildcol.incremental_dlc:Vraiment mise à jour incrémentale de la base de données GDBM. Fonctionne uniquement pour des classificateurs hiérarchiques . # Updated 4-Dec-2007 by Georges Braoudakis88 86 89 87 buildcol.keepold:Ne détruira pas les contenus actuels du répertoire de construction. -
gsdl/trunk/perllib/strings_mr.properties
r16017 r16259 87 87 88 88 # -- Missing translation: buildcol.incremental 89 90 # -- Missing translation: buildcol.incremental_dlc91 89 92 90 buildcol.keepold:à€€à€¯à€Ÿà€° à€¹à¥à€€ à€ -
gsdl/trunk/perllib/strings_ro.properties
r16017 r16259 84 84 85 85 buildcol.incremental:Doar documentele index care nu au fost indexate în prealabil. ImplicÄ utilizarea -keepold. Se bazeazÄ pe indexatorul lucene. # Updated 5-Nov-2007 by constantinescu 86 87 buildcol.incremental_dlc:O actualizare cu adevÄrat incrementalÄ a bazei de date GDBM. LucreazÄ doar pentru clasificatorii ierarhici. # Updated 23-Nov-2007 by constantinescu88 86 89 87 buildcol.keepold:Nu va distruge conÅ£inutul curent al directorului de construcÅ£ie. # Updated 24-Nov-2007 by constantinescu -
gsdl/trunk/perllib/strings_zh.properties
r16017 r16259 110 110 buildcol.incremental:ä» 111 111 åªä»¥åæªè¢«çŽ¢åŒè¿ççŽ¢åŒææ¡£ãè¿æå³ç-keepoldé项ãäŸèµäºlucene玢åŒåšã # Updated 26-Nov-2007 by Xiaofeng Yu 112 113 buildcol.incremental_dlc:çæ£çGDBMæ°æ®åºéå¢åŒå级ãä»114 éçšäºå±çº§åç±»åšã # Updated 26-Nov-2007 by Xiaofeng Yu115 112 116 113 buildcol.keepold:äžæž
Note:
See TracChangeset
for help on using the changeset viewer.