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/11/22 23:59:56 UTC

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

Author: yonik
Date: Sun Nov 22 22:59:56 2009
New Revision: 883180

URL: http://svn.apache.org/viewvc?rev=883180&view=rev
Log:
clarify CHANGES entry for binary copyField

Modified:
    lucene/solr/trunk/CHANGES.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=883180&r1=883179&r2=883180&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Sun Nov 22 22:59:56 2009
@@ -59,7 +59,7 @@
 * SOLR-1572: FastLRUCache correctly implemented the LRU policy only
   for the first 2B accesses. (yonik)
 
-* SOLR-1582: Fix BinaryField copy in DocumentBuilder (gsingers)
+* SOLR-1582: copyField was ignored for BinaryField types (gsingers)
 
 * SOLR-1563: Binary fields, including trie-based numeric fields, caused null
   pointer exceptions in the luke request handler. (yonik)