dnaber 2004/11/28 07:42:17 Modified: . CHANGES.txt src/java/org/apache/lucene/document DateField.java Log: clarify that DateField will not be removed soon, despite being deprecated Revision Changes Path 1.129 +7 -8 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- CHANGES.txt 25 Nov 2004 19:14:26 -0000 1.128 +++ CHANGES.txt 28 Nov 2004 15:42:16 -0000 1.129 @@ -55,17 +55,17 @@ (adapted from code contributed by Matt Quail; committed by Erik) 12. FuzzyQuery can no longer throw a TooManyClauses exception. If a - FuzzyQuery expands to more than BooleanQuery.maxClauseCount - terms only the BooleanQuery.maxClauseCount most similar terms - go into the rewritten query and thus the exception is avoided. - (Christoph) + FuzzyQuery expands to more than BooleanQuery.maxClauseCount + terms only the BooleanQuery.maxClauseCount most similar terms + go into the rewritten query and thus the exception is avoided. + (Christoph) API Changes 1. Several methods and fields have been deprecated. The API documentation contains information about the recommended replacements. It is planned - that the deprecated methods and fields will be removed in Lucene 2.0. - (Daniel Naber) + that most of the deprecated methods and fields will be removed in + Lucene 2.0. (Daniel Naber) 2. The Russian and the German analyzers have been moved to Sandbox. Also, the WordlistLoader class has been moved one level up in the @@ -79,7 +79,6 @@ 4. Add a serializable Parameter Class to standardize parameter enum classes in BooleanClause and Field. (Christoph) - Bug fixes 1.10 +3 -1 jakarta-lucene/src/java/org/apache/lucene/document/DateField.java Index: DateField.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/document/DateField.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- DateField.java 23 Nov 2004 14:17:18 -0000 1.9 +++ DateField.java 28 Nov 2004 15:42:17 -0000 1.10 @@ -37,7 +37,9 @@ * indexed when using this class. See [EMAIL PROTECTED] DateTools} for an * alternative without such a limitation. * - * @deprecated Use [EMAIL PROTECTED] DateTools} instead. + * @deprecated If you build a new index, use [EMAIL PROTECTED] DateTools} instead. For + * existing indices you can continue using this class, as it will not be + * removed in the near future despite being deprecated. */ public class DateField {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]