[
https://issues.apache.org/jira/browse/SOLR-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901482#comment-13901482
]
ASF GitHub Bot commented on SOLR-5730:
--------------------------------------
GitHub user cpoerschke opened a pull request:
https://github.com/apache/lucene-solr/pull/31
make SortingMergePolicy and EarlyTerminatingSortingCollector configurable
For https://issues.apache.org/jira/i#browse/SOLR-5730 ticket.
Also for the first 2 of the 5 ideas on
https://issues.apache.org/jira/i#browse/SOLR-4654 ticket.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/lucene-solr branch_4x-etsc-solr
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/31.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #31
----
commit d45f8126ed8985ab085b989eed176eddddd9a694
Author: Christine Poerschke <[email protected]>
Date: 2014-02-14T13:58:38Z
make Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector
configurable in Solr
----
> 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]