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

Keith Laban edited comment on SOLR-9648 at 10/16/16 1:39 AM:
-------------------------------------------------------------

Adding a naive implementation that will do the upgrade of segments on startup 
(no tests). As of now this doesn't allow any configuration options to be 
passed, but can be easily added. Initial patch is intended as a POC to start 
the dialogue .


was (Author: k317h):
Adding a naive implementation that will do the upgrade of segments on startup 
(no tests). As of now this doesn't allow any configuration options to be 
passed, but can be easily added.

> Wrap all solr merge policies with SolrMergePolicy
> -------------------------------------------------
>
>                 Key: SOLR-9648
>                 URL: https://issues.apache.org/jira/browse/SOLR-9648
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Keith Laban
>         Attachments: SOLR-9648-WIP.patch
>
>
> Wrap the entry point for all merge policies with a single entry point merge 
> policy for more fine grained control over merging with minimal configuration. 
> The main benefit will be to allow upgrading of segments on startup when 
> lucene version changes. Ideally we can use the same approach for adding and 
> removing of doc values when the schema changes and hopefully other index type 
> changes such as Trie -> Point types, or even analyzer changes. 



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