Ignore:
Timestamp:
2016-10-26T15:47:01+13:00 (7 years ago)
Author:
davidb
Message:

Correction to output JSON.bz2 name generated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/solr-extracted-features/trunk/src/main/java/org/hathitrust/PagedJSON.java

    r30945 r30946  
    100100            // write it out
    101101           
    102             ids.add(page_json_dir +"/" + page_id + ".json.bz2");
     102            String output_json_bz2 = page_json_dir +"/" + "pages/page-" + formatted_i + ".json.bz2";
     103           
     104            ids.add(output_json_bz2);
    103105           
    104106            if (i==0) {
    105                 System.out.println("Sample output JSON page file: " + page_json_dir +"/" + page_id + ".json.bz2");
     107                System.out.println("Sample output JSON page file: " + output_json_bz2);
    106108            }
    107109        }
Note: See TracChangeset for help on using the changeset viewer.