Class Rebuilder


  • public final class Rebuilder
    extends Harvester
    Index rebuilder implemented as harvester that reads all documents from an index and pushes them back into the index. Only the XML blobs and control fields are read, all other info is rebuild like in the normal harvester. This helps during restructuring the index fields. This can be done without re-harvesting from the original metadata providers. This class is called from command line or using Harvester.runHarvester(de.pangaea.metadataportal.config.Config, java.lang.String) with this class as harvester class parameter.
    Author:
    Uwe Schindler