mention fix for bug #33161

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-01-20 21:20:55 +00:00
parent 7ff11fc34d
commit b19f7942f7
1 changed files with 4 additions and 0 deletions

View File

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