From b19f7942f733d1f130b92ae340ce7baef813e622 Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Thu, 20 Jan 2005 21:20:55 +0000 Subject: [PATCH] mention fix for bug #33161 git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150734 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3a354501d41..4171516c7c4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -109,6 +109,10 @@ Bug fixes 3. Fix in FieldInfos to avoid the return of an extra blank field in IndexReader.getFieldNames() (Patch #19058). (Mark Harwood via Bernhard) + 4. Some combinations of BooleanQuery and MultiPhraseQuery (formerly + PhrasePrefixQuery) could provoke UnsupportedOperationException + (bug #33161). (Rhett Sutphin via Daniel Naber) + Optimizations 1. Disk usage (peak requirements during indexing and optimization)