Changeset 8346


Ignore:
Timestamp:
2004-10-15T14:54:35+13:00 (20 years ago)
Author:
kjdon
Message:

added null view to new LUCSearcher and MGSearcher calls

File:
1 edited

Legend:

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

    r8304 r8346  
    8888    if (engine_type.equals(LUCENE_ENGINE)) {
    8989        // make the full path the arg to MGSearcher??
    90         engine = new LUCSearcher(collection_home);
     90        engine = new LUCSearcher(collection_home, null);
    9191    } else if (engine_type.equals(MG_ENGINE)) {
    92         engine = new MGSearcher(collection_home, this.cluster_name);
     92        engine = new MGSearcher(collection_home, this.cluster_name, null);
    9393    } else {
    9494        System.err.println("Visualiser: invalid engine type: "+engine_type);
Note: See TracChangeset for help on using the changeset viewer.