Changeset 30978
- Timestamp:
- 2016-10-28T14:40:30+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
r30975 r30978 221 221 JSONObject extracted_feature_record = readJSONFile(json_file_in); 222 222 223 // Check output directory for volume exists, and create it if not224 225 226 223 String volume_id = extracted_feature_record.getString("id"); 227 224 … … 290 287 291 288 if (_solr_url != null) { 289 if (i==20) { 290 System.out.println("Posting to: " + _solr_url); 291 } 292 292 postSolrDoc(solr_add_doc_json); 293 293 } 294 294 295 295 if (_output_dir != null) { 296 if (i==20) { 297 System.out.println("Saving to: " + _output_dir); 298 } 296 299 saveSolrDoc(solr_add_doc_json,output_json_bz2); 297 300 }
Note:
See TracChangeset
for help on using the changeset viewer.