Ignore:
Timestamp:
2005-09-26T17:07:05+12:00 (19 years ago)
Author:
kjdon
Message:

made all index/gdbm db paths use indexstem instead of cluster_name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2MGRetrieve.java

    r10093 r10651  
    7777    // The location of the MG index and text files
    7878    mg_basedir = GSFile.collectionBaseDir(this.site_home, this.cluster_name) + File.separatorChar;  // Needed by MG
    79     mg_textdir = GSFile.collectionTextPath(this.cluster_name);
     79    mg_textdir = GSFile.collectionTextPath(this.index_stem);
    8080    // index is only needed to start up MG, not used so just use the default index
    81     String indexpath = GSFile.collectionIndexPath(this.cluster_name, this.default_index);
     81    String indexpath = GSFile.collectionIndexPath(this.index_stem, this.default_index);
    8282    this.mg_src.setIndex(indexpath);
    8383
Note: See TracChangeset for help on using the changeset viewer.