You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2010/11/15 18:09:27 UTC

svn commit: r1035355 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: simonw
Date: Mon Nov 15 17:09:27 2010
New Revision: 1035355

URL: http://svn.apache.org/viewvc?rev=1035355&view=rev
Log:
LUCENE-2741: Added support for codecs using the same file extension within the same segment

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1035355&r1=1035354&r2=1035355&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Mon Nov 15 17:09:27 2010
@@ -295,6 +295,10 @@ New features
   resolved without knowing the actual codec used for writing the segment.
   (Simon Willnauer)
 
+* LUCENE-2741: Add support for multiple codecs that use the same file
+  extensions within the same segment. Codecs now use their per-segment codec
+  ID in the file names. (Simon Willnauer)
+
 Optimizations
 
 * LUCENE-2410: ~20% speedup on exact (slop=0) PhraseQuery matching.