From 3dfc05b1e0db4287d4f8a237d28e0893b54cb3c8 Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Fri, 3 Jul 2009 15:16:24 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index f5ad14f7b92..851ca4afbf5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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)