[
https://issues.apache.org/jira/browse/SOLR-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909443#comment-13909443
]
Shawn Heisey commented on SOLR-5730:
------------------------------------
[~cpoerschke], are you in a position to build a test that makes sure everything
does what it's expected to do, ideally when the new feature is disabled as well
as enabled? I'm evaluating whether or not I can take this issue on. My
understanding of how to use Lucene is pretty low, and I'm a little wobbly on
crafting new tests.
> make Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector
> configurable in Solr
> ------------------------------------------------------------------------------------------
>
> Key: SOLR-5730
> URL: https://issues.apache.org/jira/browse/SOLR-5730
> Project: Solr
> Issue Type: New Feature
> Reporter: Christine Poerschke
> Priority: Minor
>
> Example configuration:
> solrconfig.xml
> {noformat}
> <mergeSorter class="org.apache.solr.update.DefaultMergeSorterFactory"/>
> {noformat}
> schema.xml
> {noformat}
> <mergeSorterKey class="org.apache.solr.schema.SingleFieldSorterFactory">
> <str name="fieldName">timestamp</str>
> <bool name="ascending">false</bool>
> </mergeSorterKey>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]