Project

General

Profile

Actions

CdmSearchIndexMaintenance » History » Revision 11

« Previous | Revision 11/15 (diff) | Next »
Andreas Müller, 05/18/2022 10:33 PM


Maintenance of the Lucene indexes of cdm instances

General

The index files are found on the servers usually at

/var/lib/cdmserver/index

Manual re-indexing of a single instance

 http http://api.phycobank.org/phycobank/manage/reindex --auth '{USR}:{PWD}'

Mass-reindexing using edit-jobber

For Col: http://160.45.63.176/jenkins/job/REINDEX-col-catalogue-services/

For other instances http://160.45.63.176/jenkins/job/TRIGGER-cdmserver-reindex/

Reindex max 21 instances at the same time

The following chunks for edit-production have been used last time (2018-06-28)

cichorieae
palmae
cyprus
caryophyllales
caryophyllales_spp
flora-cuba
salvador
caryo_nepenthaceae
edaphobase
flora-greece
algaterra_new
rubiaceae_mexico
corvidae
campanulaceae
additivity_ontology
asteraceae
oxalis
myristicaceae
rl_animalia_final
flora-malesiana
flora-malesiana-clean
flore-gabon
flora-guianas
algaterra
euromed
euromed_caucasus
globis
vibrant_index
flora-central-africa
rl_standardliste
rl_plantae
rl_moose
rl_mammalia
rl_animalia
rl_armeria_demo
rl_german_sl
flora-malesiana-prospective
caryo_amaranthaceae
caucasus
diptera
bromeliaceae
pib_chenopodiumPilot
pib_antsPilot
pib_campylopusPilot

Col needs to be for reduced set of CDM classes to keep the indexing time as short as possible (REINDEX-col-catalogue-services)

col
vibrant_index # skipped

The following chunks for edit-test have been used last time (2018-09-18)

phycobank
cyprus
caryo_spp
rem_conf_am
cdm_greece_bupleurum_01
cdm_greece_bupleurum_04
cdm_production_additivity_ontology
euromed
roteliste_animalia
flora_cuba
test1
roteliste_german_sl
algaterra
corvidae
palmae
cichorieae
fauna_europaea
caryo_nepenthes
salvador
roteliste_moose
greece_bupleurum

The cdm-server provides the list of installed instances via the instances.jsp webservice:

  • edit-production: curl -s http://api.cybertaxonomy.org/instances.jsp | jq '.[].configuration.instanceName' | tr -d "\""
  • edit-test: curl -s http://160.45.63.175:8080/cdmserver/instances.jsp | jq '.[].configuration.instanceName' | tr -d "\""

Updated by Andreas Müller almost 2 years ago · 11 revisions