mirror of https://github.com/apache/lucene.git
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:
parent
62f9291625
commit
c36161abba
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue