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

David Smiley commented on SOLR-17635:
-------------------------------------

I guess this could go to 9.9; why not?  Or a system-property toggle in 9.9 if 
there is some concern.

> javabin should deserialize maps as SimpleOrderedMap
> ---------------------------------------------------
>
>                 Key: SOLR-17635
>                 URL: https://issues.apache.org/jira/browse/SOLR-17635
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: David Smiley
>            Priority: Major
>
> Once SimpleOrderedMap actually implements Map (SOLR-17623), Solr's "javabin" 
> format should deserialize all maps as a SimpleOrderedMap.  This will make it 
> easier to transition away from NamedList/SimpleOrderedMap in responses (such 
> as to a Map or MapWriter) without worry of impacting javabin clients that 
> still expect a NamedList.  
> It may also increase deserialization performance & lower memory at the 
> expense of any former Maps (thus were deserialized as LinkedHashMap, O(1) 
> lookup) becoming O(N) lookup.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to