Ignore:
Timestamp:
2018-01-13T21:19:28+13:00 (6 years ago)
Author:
davidb
Message:

Tidy up of output

File:
1 edited

Legend:

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

    r32101 r32103  
    150150        // Foreach file, call per_vol_json.call()
    151151        long num_vol_ids = 0;
     152        long json_file_list_len = json_file_list.size();
    152153        for (String json_filename : json_file_list) {
    153154            //Path json_path = Paths.get("file://D:/cygwin64/home/davidb/research/code-managed/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/json-files",json_filename);
     
    155156           
    156157           
    157             System.out.println("*** Processing jsonfile: " + json_path);
     158            System.out.println("Processing jsonfile: " + json_path);
    158159            Text json_text = readJSONText(json_path);
    159160            try {
     
    163164            }
    164165            num_vol_ids++;
     166            System.out.println("+ Processed " + num_vol_ids + "/" + json_file_list_len);
    165167        }
    166168   
Note: See TracChangeset for help on using the changeset viewer.