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:
Uwe Schindler 2010-06-11 15:10:45 +00:00
parent 857abc17b4
commit d0e4a7eab9
1 changed files with 3 additions and 2 deletions

View File

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