Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
% cd ~/code/admin/lucene
% mvn install -PReindex -Drun.config=/home/ihtsdo/config/config-load.properties

Sample command line call of the admin tool to reindex only certain data types:

Code Block
# Re-indexes only map records and tracking records
% cd ~/code/admin/lucene
% mvn install -PReindex -Drun.config=/home/ihtsdo/config/config-load.properties -Dindexed.objects=MapRecordJpa,TrackingRecordJpa 

...