Ignore:
Timestamp:
2005-08-19T11:36:46+12:00 (19 years ago)
Author:
kjdon
Message:

modified to use new searchtypemanager isSearchTypeEnabled instead of isMGPPEnabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionDesignManager.java

    r10454 r10530  
    133133
    134134    searchtype_manager = new SearchTypeManager(collect_config.getSearchType());
    135     if(searchtype_manager.isMGPPEnabled()) {
     135    if(searchtype_manager.isSearchTypeEnabled()) {
     136        // note this this could be lucene now, the format is the same as for mgpp
    136137        index_manager = new IndexManager(collect_config.getMGPPIndexes());
    137138    }
Note: See TracChangeset for help on using the changeset viewer.