From 953a5bc19ecc74daeceb2a7c70cbb3c6d6919eb6 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 27 Nov 2002 15:40:25 +0000 Subject: [PATCH] forgot to actually enable setting index location in config.properties --- source/mircoders/servlet/ServletModuleOpenIndy.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/mircoders/servlet/ServletModuleOpenIndy.java b/source/mircoders/servlet/ServletModuleOpenIndy.java index d7a982ac..2e0bc816 100755 --- a/source/mircoders/servlet/ServletModuleOpenIndy.java +++ b/source/mircoders/servlet/ServletModuleOpenIndy.java @@ -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"); -- 2.11.0