You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by lu...@jakarta.apache.org on 2004/09/02 10:47:59 UTC

[Jakarta Lucene Wiki] Updated: Lucene2Whiteboard

   Date: 2004-09-02T01:47:58
   Editor: DanielNaber <da...@t-online.de>
   Wiki: Jakarta Lucene Wiki
   Page: Lucene2Whiteboard
   URL: http://wiki.apache.org/jakarta-lucene/Lucene2Whiteboard

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -8,7 +8,7 @@
 
 == API Changes ==
 
- 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
+ 1. 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. 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
 
@@ -18,7 +18,7 @@
 
  5. Rename InputStream to IndexInput and OutputStream to IndexOutput. Also make both of these interfaces and add BufferedIndexInput and BufferedIndexOutput as the implementation used by FSDirectory, RAMDirectory, etc.  This would permit unbuffered and native implementations (e.g., that use mmap) that could potentially speed things considerably.  [ Doug will work on this one. ]
 
- 6. Replace DateField with something that formats dates suitably for RangeQuery.
+ 6. Replace DateField with something that formats dates suitably for RangeQuery. (Daniel Naber is working on this)
 
  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.
 

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org