[ 
https://issues.apache.org/jira/browse/SOLR-8886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15208444#comment-15208444
 ] 

David Smiley commented on SOLR-8886:
------------------------------------

bq. multiValued docValues numeric fields currently use SortedSet for some reason

I recall it's because the numeric docValues came after SortedSet -- SortedSet 
came first.  So there would be a back-compat issue in simply switching to 
numeric docValues, and so that hasn't happened yet.  See SOLR-7878.

> TrieField.toObject(IndexableField) can't handle docValues
> ---------------------------------------------------------
>
>                 Key: SOLR-8886
>                 URL: https://issues.apache.org/jira/browse/SOLR-8886
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>
> multiValued docValues numeric fields currently use SortedSet for some reason, 
> but toObject throws an exception in that case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to