forgot to actually enable setting index location in config.properties
authorjohn <john>
Wed, 27 Nov 2002 15:40:25 +0000 (15:40 +0000)
committerjohn <john>
Wed, 27 Nov 2002 15:40:25 +0000 (15:40 +0000)
source/mircoders/servlet/ServletModuleOpenIndy.java

index d7a982a..2e0bc81 100755 (executable)
@@ -83,7 +83,7 @@ import mircoders.search.*;
  *    open-postings to the newswire
  *
  * @author mir-coders group
- * @version $Id: ServletModuleOpenIndy.java,v 1.44 2002/11/27 15:28:52 john Exp $
+ * @version $Id: ServletModuleOpenIndy.java,v 1.45 2002/11/27 15:40:25 john Exp $
  *
  */
 
@@ -443,8 +443,8 @@ public class ServletModuleOpenIndy extends ServletModule
       theLog.printDebugInfo("Can't get topics: " + e.toString());
     }
 
-    //String indexPath=MirConfig.getProp("IndexPath");
-    String indexPath="/tmp/index";
+    String indexPath=MirConfig.getProp("IndexPath");
+
     
     KeywordSearchTerm dateTerm = new KeywordSearchTerm("date_formatted","search_date","webdb_create_formatted","webdbcreate_formatted","webdb_create_formatted");