[hive-mrc] r625 committed - Removed debug output

0 views
Skip to first unread message

hive...@googlecode.com

unread,
May 11, 2012, 6:58:56 PM5/11/12
to hive-c...@googlegroups.com
Revision: 625
Author: craig....@unc.edu
Date: Fri May 11 15:58:37 2012
Log: Removed debug output
http://code.google.com/p/hive-mrc/source/detail?r=625

Modified:

/trunk/hive-core/src/edu/unc/ils/mrc/hive/ir/lucene/search/Autocomplete.java
/trunk/hive-core/src/kea/stopwords/StopwordsEnglish.java

=======================================
---
/trunk/hive-core/src/edu/unc/ils/mrc/hive/ir/lucene/search/Autocomplete.java
Thu Jun 9 17:40:42 2011
+++
/trunk/hive-core/src/edu/unc/ils/mrc/hive/ir/lucene/search/Autocomplete.java
Fri May 11 15:58:37 2012
@@ -169,7 +169,6 @@
nospaces = nospaces.replaceAll(":", "");
nospaces = nospaces.replaceAll("'", "");

- System.out.println("Indexing: " + nospaces);
// ok index the word
Document doc = new Document();
doc.add(new Field(ID_FIELD, idMap.get(word), Field.Store.YES,
=======================================
--- /trunk/hive-core/src/kea/stopwords/StopwordsEnglish.java Thu Apr 14
19:30:19 2011
+++ /trunk/hive-core/src/kea/stopwords/StopwordsEnglish.java Fri May 11
15:58:37 2012
@@ -28,7 +28,6 @@
if (m_Stopwords == null) {
m_Stopwords = new Hashtable<String,Double>();
Double dummy = new Double(0);
- System.out.println(stopwordsPath);
File txt = new File(stopwordsPath);
InputStreamReader is;
String sw = null;
Reply all
Reply to author
Forward
0 new messages