Michael McCandless created SOLR-9108:
----------------------------------------

             Summary: Improve how index time sorting is configured
                 Key: SOLR-9108
                 URL: https://issues.apache.org/jira/browse/SOLR-9108
             Project: Solr
          Issue Type: Improvement
            Reporter: Michael McCandless


Spinoff from LUCENE-6766.

We used to have a {{SortingMergePolicy}} to configure index time sorting, but 
with LUCENE-6766 you now set this on {{IndexWriterConfig}}.

Solr had exposed index time sorting, so to preserve back-compat, I kept 
{{SortingMergePolicy}} alive, moved to solr's sources, but use it simply as a 
holder to pull the index sort from and pass to IWC.

This preserves back compat, but I think it'd be cleaner going forward to just 
allow index sort to be specified somewhere in {{solrconfig.xml}} wherever other 
index writer settings are set?



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

Reply via email to