[ https://issues.apache.org/jira/browse/SOLR-17083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vincent Primault updated SOLR-17083: ------------------------------------ Summary: Make CoreSorter class configurable (was: Make CoreSorter class configuration) > Make CoreSorter class configurable > ---------------------------------- > > Key: SOLR-17083 > URL: https://issues.apache.org/jira/browse/SOLR-17083 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Vincent Primault > Priority: Major > > I would like to be able to configure how cores are sorted before being loaded > to accommodate more specific needs. > For this purpose, I propose to make the CoreSorter instance configurable, > pretty much like other services (e.g., ConfigSetService, CoresLocator) are > already configurable. Attached PR creates a new "coreSorter" parameter in > solr.xml in order to achieve this. > Example usage: > ``` > <solr> > <str name="coreSorter">com.myorg.CustomCoreSorter</str> > </solr> > ``` -- 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