Vincent Primault created SOLR-17083:
---------------------------------------
Summary: Make CoreSorter class configuration
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
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: [email protected]
For additional commands, e-mail: [email protected]