Date: 2004-08-30T14:06:15
Editor: DanielNaber <daniel.naber@t-online.de>
Wiki: Jakarta Lucene Wiki
Page: Lucene2Whiteboard
URL: http://wiki.apache.org/jakarta-lucene/Lucene2Whiteboard
no comment
Change Log:
------------------------------------------------------------------------------
@@ -8,9 +8,9 @@
== API Changes ==
- 1. Replace Field factory methods (Field.Text, Field.Keyword, etc.) with a few methods that
use type-safe enumerations, as described in: http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg08479.html
+ 1. MOSTLY DONE: Replace Field factory methods (Field.Text, Field.Keyword, etc.) with a few
methods that use type-safe enumerations, as described in: http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg08479.html
- 2. Similarly, replace BooleanQuery.add() with a type-safe enumeration, also as described
in: http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg08479.html
+ 2. DONE: Similarly, replace BooleanQuery.add() with a type-safe enumeration, also as described
in: http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg08479.html
3. Replace public IndexWriter fields (mergeFactor, minMergeDocs, etc.) with get/set accessors.
Also, minMergeDocs should be renamed maxBufferedDocs.
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
|