Ignore:
Timestamp:
2016-10-28T14:40:30+13:00 (7 years ago)
Author:
davidb
Message:

Additional debug statements

File:
1 edited

Legend:

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

    r30975 r30978  
    221221        JSONObject extracted_feature_record = readJSONFile(json_file_in);
    222222       
    223         // Check output directory for volume exists, and create it if not
    224        
    225        
    226223        String volume_id = extracted_feature_record.getString("id");
    227224       
     
    290287                           
    291288                if (_solr_url != null) {
     289                    if (i==20) {
     290                        System.out.println("Posting to: " + _solr_url);
     291                    }
    292292                    postSolrDoc(solr_add_doc_json);
    293293                }
    294294
    295295                if (_output_dir != null) {
     296                    if (i==20) {
     297                        System.out.println("Saving to: " + _output_dir);
     298                    }
    296299                    saveSolrDoc(solr_add_doc_json,output_json_bz2);
    297300                }
Note: See TracChangeset for help on using the changeset viewer.