mirror of https://github.com/apache/lucene.git
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:
parent
f242e1b564
commit
615f2c4db3
|
@ -195,6 +195,10 @@ Bug fixes
|
|||
could return an incorrect number of hits.
|
||||
(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
|
||||
|
||||
1. Disk usage (peak requirements during indexing and optimization)
|
||||
|
|
Loading…
Reference in New Issue