LUCENE-2741: Added support for codecs using the same file extension within the same segment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1035355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2010-11-15 17:09:27 +00:00
parent 62f9291625
commit c36161abba
1 changed files with 4 additions and 0 deletions

View File

@ -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.