@ -60,7 +64,7 @@ public class WarcImporter extends Thread implements Importer {
staticpublicWarcImporterjob;// static object to assure only one importer is running (if started from a servlet, this object is used to store the thread)
staticpublicWarcImporterjob;// static object to assure only one importer is running (if started from a servlet, this object is used to store the thread)
privatefinalInputStreamsource;// current input warc archive
privateInputStreamsource;// current input warc archive
privateStringname;// file name of input source
privateStringname;// file name of input source
privateintrecordCnt;// number of responses indexed (for statistic)
privateintrecordCnt;// number of responses indexed (for statistic)
@ -69,30 +73,21 @@ public class WarcImporter extends Thread implements Importer {
privatelongconsumed;// bytes consumed from input source (for statistic)
privatelongconsumed;// bytes consumed from input source (for statistic)
privatebooleanabort=false;// flag to signal stop of import
privatebooleanabort=false;// flag to signal stop of import