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

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

https://issues.apache.org/jira/i#browse/LUCENE-5445 and associated github pull 
request are related here (ASF GitHub Bot seemingly only updated the first of 
the tickets mentioned in the pull request comments).

> 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