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

_solr_url needs to be stored in class!

File:
1 edited

Legend:

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

    r30978 r30979  
    191191    {
    192192        // "http://10.11.0.53:8983/solr/"
    193         String post_url = "http://10.11.0.53:8983/solr/htrc-pd-ef/update";
    194            
     193        //String post_url = "http://10.11.0.53:8983/solr/htrc-pd-ef/update";
     194        String post_url = _solr_url;
     195       
    195196        //String curl_popen = "curl -X POST -H 'Content-Type: application/json'";
    196197        //curl_popen += " 'http://10.11.0.53:8983/solr/htrc-pd-ef/update'";
Note: See TracChangeset for help on using the changeset viewer.