[ https://issues.apache.org/jira/browse/SOLR-5730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christine Poerschke updated SOLR-5730: -------------------------------------- Description: *Example configuration (solrconfig.xml) :* {noformat} -<mergePolicy class="TieredMergePolicy"/> +<mergePolicyFactory class="org.apache.solr.index.SortingMergePolicyFactory"> + <str name="wrapped.prefix">in</str> + <str name="in.class">org.apache.solr.index.TieredMergePolicyFactory</str> + <str name="sort">timestamp desc</str> +</mergePolicyFactory> {noformat} *Example use (EarlyTerminatingSortingCollector):* {noformat} &sort=timestamp+desc&segmentTerminateEarly=true {noformat} was: *Example configuration (solrconfig.xml) - corresponding to current [jira/solr-5730-master|https://github.com/apache/lucene-solr/tree/jira/solr-5730-master] work-in-progress branch:* {noformat} -<mergePolicy class="TieredMergePolicy"/> +<mergePolicyFactory class="org.apache.solr.index.SortingMergePolicyFactory"> + <str name="wrapped.prefix">in</str> + <str name="in.class">org.apache.solr.index.TieredMergePolicyFactory</str> + <str name="sort">timestamp desc</str> +</mergePolicyFactory> {noformat} *Example use (EarlyTerminatingSortingCollector):* {noformat} &sort=timestamp+desc&segmentTerminateEarly=true {noformat} > 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 > Assignee: Christine Poerschke > Priority: Minor > Labels: blocker > Fix For: 5.5, master > > Attachments: SOLR-5730-part1and2.patch, SOLR-5730-part1of2.patch, > SOLR-5730-part1of2.patch, SOLR-5730-part2of2.patch, SOLR-5730-part2of2.patch > > > *Example configuration (solrconfig.xml) :* > {noformat} > -<mergePolicy class="TieredMergePolicy"/> > +<mergePolicyFactory class="org.apache.solr.index.SortingMergePolicyFactory"> > + <str name="wrapped.prefix">in</str> > + <str name="in.class">org.apache.solr.index.TieredMergePolicyFactory</str> > + <str name="sort">timestamp desc</str> > +</mergePolicyFactory> > {noformat} > *Example use (EarlyTerminatingSortingCollector):* > {noformat} > &sort=timestamp+desc&segmentTerminateEarly=true > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org