Ignore:
Timestamp:
2014-07-16T21:09:14+12:00 (10 years ago)
Author:
ak19
Message:

Part of port from lucene3.3.0 to lucene4.7.2. Solr related. 1. Java and perl code changes for solr4.7.2; 2. Dr Bainbridge further fixed a bug in how the variable called running is set in solrserver.pm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/src/java/org/greenstone/gsdl3/service/SolrSearch.java

    r28967 r29142  
    146146            File solr_xml = new File( solr_home,"solr.xml" );
    147147           
    148             solr_cores.load(solr_home_str,solr_xml);           
     148            //solr_cores.load(solr_home_str,solr_xml);         
     149            solr_cores.load();
    149150        } catch (Exception e) {
    150151            logger.error("Exception in SolrSearch.configure(): " + e.getMessage());
Note: See TracChangeset for help on using the changeset viewer.