Date: 2004-09-16T14:17:22
   Editor: DougCutting <[EMAIL PROTECTED]>
   Wiki: Jakarta Lucene Wiki
   Page: Lucene2Whiteboard
   URL: http://wiki.apache.org/jakarta-lucene/Lucene2Whiteboard

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -16,7 +16,7 @@
 
  4. Rename PhrasePrefixQuery to be something like MultiPhraseQuery.  Also make 
MultipleTermPositions a private nested class of this, as this is the only place 
MultipleTermPositions is used.
 
- 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. ]
+ 5. IN_PROGRESS: 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.
 
  6. DONE: Replace DateField with something that formats dates suitably for RangeQuery.
 

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

Reply via email to