Date: 2004-08-16T14:19:26 Editor: DanielNaber <[EMAIL PROTECTED]> Wiki: Jakarta Lucene Wiki Page: Lucene2Whiteboard URL: http://wiki.apache.org/jakarta-lucene/Lucene2Whiteboard
document that the analyzer move is done Change Log: ------------------------------------------------------------------------------ @@ -20,7 +20,7 @@ 6. Replace DateField with something that formats dates suitably for RangeQuery. - 7. Move language-specific analyzers into separate downloads? Also move analysis/de/WordlistLoader.java one level upwards, as it's not specific to German at all. + 7. DONE: Move language-specific analyzers into separate downloads. Also move analysis/de/WordlistLoader.java one level upwards, as it's not specific to German at all. 8. 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]