mirror of https://github.com/apache/lucene.git
LUCENE-4171 entry was in the wrong section.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1355352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e21e6ceec
commit
2b3ee876a7
|
@ -26,6 +26,11 @@ API Changes
|
|||
make a custom FieldType and set indexed = true, its analyzed by the analyzer.
|
||||
(Robert Muir)
|
||||
|
||||
Optimizations
|
||||
|
||||
* LUCENE-4171: Performance improvements to Packed64.
|
||||
(Toke Eskildsen via Adrien Grand)
|
||||
|
||||
Bug Fixes
|
||||
|
||||
* LUCENE-4176: Fix AnalyzingQueryParser to analyze range endpoints as bytes,
|
||||
|
@ -1036,9 +1041,6 @@ Optimizations
|
|||
the cloned instances. WeakIdentityMap was extended to support
|
||||
iterating over its keys. (Uwe Schindler)
|
||||
|
||||
* LUCENE-4171: Performance improvements to Packed64.
|
||||
(Toke Eskildsen via Adrien Grand)
|
||||
|
||||
Bug fixes
|
||||
|
||||
* LUCENE-2803: The FieldCache can miss values if an entry for a reader
|
||||
|
|
Loading…
Reference in New Issue