[ 
https://issues.apache.org/jira/browse/SOLR-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911571#comment-13911571
 ] 

Christine Poerschke commented on SOLR-5730:
-------------------------------------------

Hi Shawn, yes i'm having a go at building tests for this. So far a new 
TestMergePolicyConfigWithMergeSorter based on the existing 
TestMergePolicyConfig, and tests for the IndexSchema and searching changes 
would be on the todo list too.

> 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]

Reply via email to