document fix for #35626

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@219389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-07-17 10:57:57 +00:00
parent f242e1b564
commit 615f2c4db3
1 changed files with 4 additions and 0 deletions

View File

@ -195,6 +195,10 @@ Bug fixes
could return an incorrect number of hits. could return an incorrect number of hits.
(Reece Wilton via Erik Hatcher, Bug #35157) (Reece Wilton via Erik Hatcher, Bug #35157)
10. Fix NullPointerException that could occur with a MultiPhraseQuery
inside a BooleanQuery.
(Hans Hjelm and Scotty Allen via Daniel Naber, Bug #35626)
Optimizations Optimizations
1. Disk usage (peak requirements during indexing and optimization) 1. Disk usage (peak requirements during indexing and optimization)