Ignore:
Timestamp:
2008-03-31T16:02:14+13:00 (16 years ago)
Author:
mdewsnip
Message:

Changed to use "archivedir" instead of "assocfilepath" when generating the path to the Lucene text files, because this still works properly when the archives directory gets a bit weird (e.g. if you import a collection in parts and want symbolic links in "archives" to the individual archives directories). Hope this doesn't break anything.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/colservr/lucenegdbmsource.cpp

    r13780 r15162  
    8888  }
    8989
    90   text_t archive_dir = info["assocfilepath"];
     90  text_t archive_dir = info["archivedir"];
    9191  text_t full_path_to_doc = filename_cat(collectdir, "index", "text", archive_dir, "doc.xml");
    9292 
Note: See TracChangeset for help on using the changeset viewer.