[ https://issues.apache.org/jira/browse/SOLR-17625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955810#comment-17955810 ]
ASF subversion and git services commented on SOLR-17625: -------------------------------------------------------- Commit 24320d42e100400a7cbe6033e922b3bc74973f76 in solr's branch refs/heads/branch_9x from wildtusker [ https://gitbox.apache.org/repos/asf?p=solr.git;h=24320d42e10 ] 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. (cherry picked from commit 51841d7d84235a8166ffe37f3a9df6cbe686577e) > 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: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org