Ignore:
Timestamp:
2016-12-27T18:51:42+13:00 (7 years ago)
Author:
davidb
Message:

Rekindling of per-volume approach. Also some tweaking to verbosity debug printing in per-page

File:
1 edited

Legend:

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

    r31252 r31266  
    105105                ClusterFileIO.createDirectoryAll(_output_dir + "/" + page_json_dir);
    106106            }
    107             if (_verbosity >= 2) {
     107            if (_verbosity >= 3) {
    108108                System.out.print("  Pages: ");
    109109            }
     
    113113                String page_id = volume_id + "." + formatted_i;
    114114
    115                 if (_verbosity >= 2) {
     115                if (_verbosity >= 3) {
    116116                    if (i>0) {
    117117                        System.out.print(", ");
     
    123123               
    124124                if (i==(ef_page_count-1)) {
    125                     if (_verbosity >= 2) {
     125                    if (_verbosity >= 3) {
    126126                        System.out.println();
    127127                    }
    128                     System.out.println("Sample output JSON page file: " + output_json_bz2);
     128                    if (_verbosity >= 2) {
     129                        System.out.println("Sample output JSON page file: " + output_json_bz2);
     130                    }
    129131                }
    130132
Note: See TracChangeset for help on using the changeset viewer.