You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2009/07/03 17:16:27 UTC

svn commit: r790948 - /lucene/solr/trunk/CHANGES.txt

Author: yonik
Date: Fri Jul  3 15:16:24 2009
New Revision: 790948

URL: http://svn.apache.org/viewvc?rev=790948&view=rev
Log:
SOLR-1260: support all DocSet operations in DocSlice

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=790948&r1=790947&r2=790948&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Fri Jul  3 15:16:24 2009
@@ -427,6 +427,11 @@
 
 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)