Changeset 30946
- Timestamp:
- 2016-10-26T15:47:01+13:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/hathitrust/solr-extracted-features/trunk/src/main/java/org/hathitrust/PagedJSON.java
r30945 r30946 100 100 // write it out 101 101 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); 103 105 104 106 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); 106 108 } 107 109 }
Note:
See TracChangeset
for help on using the changeset viewer.