SOLR-13538: toNativeType () TrieDate & EnumField do not handle CharSequence properly

This commit is contained in:
Noble Paul 2019-07-05 14:47:31 +10:00 committed by GitHub
parent 5f1d342a96
commit 404cf4947d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,8 @@ Bug Fixes
* SOLR-13404: Support group.query in multi-shard environment when group.main=true or group.format=simple (Munendra S N)
* SOLR-13538: toNativeType () TrieDate & EnumField do not handle CharSequence properly (Munendra S N)
Improvements
----------------------