Date: 2004-08-08T04:05:45
   Editor: BernhardMesser <[EMAIL PROTECTED]>
   Wiki: Jakarta Lucene Wiki
   Page: Lucene2Whiteboard
   URL: http://wiki.apache.org/jakarta-lucene/Lucene2Whiteboard

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -28,6 +28,8 @@
 
  10. Add a non-static method isCurrent() to IndexReader and remove static 
getCurrentVersion() and lastModified methods: [http://www.mail-archive.com/[EMAIL 
PROTECTED]/msg06143.html]
 
+ 11. Remove public PrintStream infoStream from IndexWriter and System.out.println() 
from TermVectorsReader. Instead use some kind of Logger which is customizable thru the 
API to print debug, error and warning messages within lucene. The logger must not be 
an external library like log4j, it could be a small implementation directly in lucene 
to avoid references to external packages.
+
 
 == Schedule ==
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to