SOLR-1260: support all DocSet operations in DocSlice

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790948 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-07-03 15:16:24 +00:00
parent cdb2cbfeaa
commit 3dfc05b1e0
1 changed files with 5 additions and 0 deletions

View File

@ -427,6 +427,11 @@ Bug Fixes
51. SOLR-1243: Admin RequestHandlers should not be cached over HTTP. (Mark Miller)
52. SOLR-1260: Fix implementations of set operations for DocList subclasses
and fix a bug in HashDocSet construction when offset != 0. These bugs
never manifested in normal Solr use and only potentially affect
custom code. (yonik)
Other Changes
----------------------
1. Upgraded to Lucene 2.4.0 (yonik)