Ignore:
Timestamp:
2017-01-20T20:33:39+13:00 (7 years ago)
Author:
davidb
Message:

Minor tidy-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/src/main/java/org/hathitrust/extractedfeatures/ProcessForWhitelist.java

    r31264 r31308  
    8080        DoubleAccumulator per_vol_progress_accum = jsc.sc().doubleAccumulator("Per Volume Progress Percent");
    8181       
     82        boolean icu_tokenize = Boolean.getBoolean("wcsa-ef-ingest.icu-tokenize");
    8283        boolean strict_file_io = Boolean.getBoolean("wcsa-ef-ingest.strict-file-io");
    83         boolean icu_tokenize = Boolean.getBoolean("wcsa-ef-ingest.icu-tokenize");
    84        
     84       
     85        //System.err.println("***** icu_tokenize = " + icu_tokenize);
     86        //System.err.println("***** num_part = " + num_partitions);
     87
    8588        PerVolumeWordStreamFlatmap paged_solr_wordfreq_flatmap
    8689            = new PerVolumeWordStreamFlatmap(_input_dir,_verbosity,
Note: See TracChangeset for help on using the changeset viewer.