Ignore:
Timestamp:
2007-12-23T12:56:49+13:00 (16 years ago)
Author:
shaoqun
Message:

fotgot to setIndex to the mg indexer before retrieving the document

File:
1 edited

Legend:

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

    r14632 r14936  
    126126        synchronized(this.mg_src){
    127127                String indexpath = GSFile.collectionIndexPath(this.index_stem, this.default_index);       
     128        this.mg_src.setIndex(indexpath);
    128129        doc_content =  this.mg_src.getDocument (this.mg_basedir,
    129130                            this.mg_textdir, doc_num);
Note: See TracChangeset for help on using the changeset viewer.