mirror of
https://github.com/apache/lucene.git
synced 2025-03-02 06:19:27 +00:00
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.
|
make a custom FieldType and set indexed = true, its analyzed by the analyzer.
|
||||||
(Robert Muir)
|
(Robert Muir)
|
||||||
|
|
||||||
|
Optimizations
|
||||||
|
|
||||||
|
* LUCENE-4171: Performance improvements to Packed64.
|
||||||
|
(Toke Eskildsen via Adrien Grand)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
* LUCENE-4176: Fix AnalyzingQueryParser to analyze range endpoints as bytes,
|
* LUCENE-4176: Fix AnalyzingQueryParser to analyze range endpoints as bytes,
|
||||||
@ -1036,9 +1041,6 @@ Optimizations
|
|||||||
the cloned instances. WeakIdentityMap was extended to support
|
the cloned instances. WeakIdentityMap was extended to support
|
||||||
iterating over its keys. (Uwe Schindler)
|
iterating over its keys. (Uwe Schindler)
|
||||||
|
|
||||||
* LUCENE-4171: Performance improvements to Packed64.
|
|
||||||
(Toke Eskildsen via Adrien Grand)
|
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
|
|
||||||
* LUCENE-2803: The FieldCache can miss values if an entry for a reader
|
* LUCENE-2803: The FieldCache can miss values if an entry for a reader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user