mirror of https://github.com/apache/lucene.git
fix typo and move to right place (until release)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@953714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
857abc17b4
commit
d0e4a7eab9
|
@ -635,6 +635,9 @@ Optimizations
|
|||
getTermsIndex), which replace the older String equivalents
|
||||
(getStrings, getStringIndex), consume quite a bit less RAM in most
|
||||
cases. (Mike McCandless)
|
||||
|
||||
* LUCENE-2494: Use CompletionService in ParallelMultiSearcher instead of
|
||||
simple polling for resutls. (Edward Drapkin, Simon Willnauer)
|
||||
|
||||
Build
|
||||
|
||||
|
@ -767,8 +770,6 @@ API Changes
|
|||
(Robert Muir)
|
||||
|
||||
Optimizations
|
||||
* LUCENE-2494: Use CompletionService in ParallelMultiSearcher instead of
|
||||
simple polling for resutls. (Edward Drapkin, Simon Willnauer)
|
||||
|
||||
* LUCENE-2086: When resolving deleted terms, do so in term sort order
|
||||
for better performance (Bogdan Ghidireac via Mike McCandless)
|
||||
|
|
Loading…
Reference in New Issue