mirror of https://github.com/apache/lucene.git
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:
parent
cdb2cbfeaa
commit
3dfc05b1e0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue