Author: j16sdiz
Date: 2009-01-03 15:53:34 +0000 (Sat, 03 Jan 2009)
New Revision: 24904

Modified:
   trunk/plugins/XMLSpider/IndexWriter.java
Log:
remove unnessorary getTermList() call, really save some memory on index 
generation

Modified: trunk/plugins/XMLSpider/IndexWriter.java
===================================================================
--- trunk/plugins/XMLSpider/IndexWriter.java    2009-01-03 15:31:12 UTC (rev 
24903)
+++ trunk/plugins/XMLSpider/IndexWriter.java    2009-01-03 15:53:34 UTC (rev 
24904)
@@ -215,8 +215,6 @@
        private void makeSubIndices(PerstRoot perstRoot) throws Exception {
                Logger.normal(this, "Generating index...");
 
-               List<Term> termList = perstRoot.getTermList();
-               int termCount = perstRoot.getTermCount();
 
                indices = new Vector<String>();
                match = 1;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to