Christine Poerschke created SOLR-5730:
-----------------------------------------
Summary: 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]