You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ot...@apache.org on 2003/09/11 13:50:36 UTC

cvs commit: jakarta-lucene CHANGES.txt

otis        2003/09/11 04:50:36

  Modified:    .        CHANGES.txt
  Log:
  - Added the recent changes.
  
  Revision  Changes    Path
  1.50      +18 -1     jakarta-lucene/CHANGES.txt
  
  Index: CHANGES.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- CHANGES.txt	11 Jul 2003 22:13:12 -0000	1.49
  +++ CHANGES.txt	11 Sep 2003 11:50:36 -0000	1.50
  @@ -16,6 +16,23 @@
       permitting one to easily use different analyzers for different
       documents in the same index.
   
  + 4. Minor enhancements to FuzzyTermEnum.
  +    (Christoph Goller via Otis)
  +
  + 5. PriorityQueue: added insert(Object) method and adjusted IndexSearcher
  +    and MultiIndexSearcher to use it.
  +    (Christoph Goller via Otis)
  +
  + 6. Fixed a bug in IndexWriter that returned incorrect docCount().
  +    (Christoph Goller via Otis)
  +
  + 7. Fixed SegmentsReader to eliminate the confusing and slightly different
  +    behaviour of TermEnum when dealing with an enumeration of all terms,
  +    versus an enumeration starting from a specific term.
  +    This patch also fixes incorrect term document frequences when the same term
  +    is present in multiple segments.
  +    (Christoph Goller via Otis)
  +
   
   1.3 RC1