You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Christine Poerschke (JIRA)" <ji...@apache.org> on 2019/08/07 15:51:00 UTC

[jira] [Commented] (SOLR-9108) Improve how index time sorting is configured

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

Christine Poerschke commented on SOLR-9108:
-------------------------------------------

ticket cross-referencing: there is overlap between SOLR-9108 and SOLR-12230 and SOLR-13681 tickets

> 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
>            Priority: Major
>
> 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
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org