[
https://issues.apache.org/jira/browse/SOLR-17083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Primault updated SOLR-17083:
------------------------------------
Description:
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:
{code:xml}
<solr>
<str name="coreSorter">com.myorg.CustomCoreSorter</str>
</solr>{code}
was:
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>
```
> 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:
> {code:xml}
> <solr>
> <str name="coreSorter">com.myorg.CustomCoreSorter</str>
> </solr>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]