Ignore:
Timestamp:
2013-05-14T11:19:43+12:00 (11 years ago)
Author:
kjdon
Message:

upgrading gs2 to use lucene 3 instead of lucene2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/lucene_query.pl

    r27069 r27331  
    6666
    6767    my $java = &get_java_path();
    68     my $classpath = &util::filename_cat($ENV{'GSDLHOME'}, "bin", "java", "LuceneWrapper.jar");
    69     my $java_lucene = "\"$java\" -classpath \"$classpath\" org.greenstone.LuceneWrapper.GS2LuceneQuery";
     68    my $classpath = &util::filename_cat($ENV{'GSDLHOME'}, "bin", "java", "LuceneWrapper3.jar");
     69    my $java_lucene = "\"$java\" -classpath \"$classpath\" org.greenstone.LuceneWrapper3.GS2LuceneQuery";
    7070
    7171    my $cmd = "| " . $java_lucene . " \"" . $full_indexdir . "\"";
Note: See TracChangeset for help on using the changeset viewer.