[
https://issues.apache.org/jira/browse/SOLR-17625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955556#comment-17955556
]
ASF subversion and git services commented on SOLR-17625:
--------------------------------------------------------
Commit 51841d7d84235a8166ffe37f3a9df6cbe686577e in solr's branch
refs/heads/main from wildtusker
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=51841d7d842 ]
SOLR-17625: NamedList.findRecursive -> _get (#3355)
Replaced NamedList.findRecursive usages with _get, which can do Map traversal,
and
thus makes it easier to transition intermediate NamedLists to Maps.
> Remove NamedList.findRecursive (use _get instead)
> -------------------------------------------------
>
> Key: SOLR-17625
> URL: https://issues.apache.org/jira/browse/SOLR-17625
> Project: Solr
> Issue Type: Improvement
> Reporter: David Smiley
> Priority: Minor
> Labels: newdev, pull-request-available
> Fix For: 9.9
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> {{NamedList.findRecursive}} is old, pre-dating {{{}NavigableObject._get{}}}.
> It should be replaced.
> The former only supports traversing embedded NamedList but the latter is
> flexible, supporting Map. This is important for transitioning away from
> NamedList for some things. See SOLR-17582 for example.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]