clarify CHANGES entry for binary copyField

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@883180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-11-22 22:59:56 +00:00
parent f23b570085
commit a2ef4a0d4a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Bug Fixes
* 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)