mirror of https://github.com/apache/lucene.git
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:
parent
f23b570085
commit
a2ef4a0d4a
|
@ -59,7 +59,7 @@ Bug Fixes
|
||||||
* SOLR-1572: FastLRUCache correctly implemented the LRU policy only
|
* SOLR-1572: FastLRUCache correctly implemented the LRU policy only
|
||||||
for the first 2B accesses. (yonik)
|
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
|
* SOLR-1563: Binary fields, including trie-based numeric fields, caused null
|
||||||
pointer exceptions in the luke request handler. (yonik)
|
pointer exceptions in the luke request handler. (yonik)
|
||||||
|
|
Loading…
Reference in New Issue