About the migration strategy, you may have to choose between reindexing all the 
data or migrating your current indexes.

the IndexUpgrader tool will be able to handle that.
You will have to  migrate your indexes from 4 to 5, then 5 to 6, and finally 6 
to 7.
https://lucene.apache.org/solr/guide/7_6/indexupgrader-tool.html 
<https://lucene.apache.org/solr/guide/7_6/indexupgrader-tool.html>

If you still have your original data, then the reindexing option is better. And 
even more if you plan to use the new field options available, which means 
changing the schema.

If it can help :D



> On 11 Dec 2018, at 17:08, Cassandra Targett <[email protected]> wrote:
> 
> The Solr Ref Guide also has extensive sections (particularly for upgrading to 
> Solr 6 and 7) describing summarizing major changes for various releases. 
> Start at https://lucene.apache.org/solr/guide/solr-upgrade-notes.html 
> <https://lucene.apache.org/solr/guide/7_5/solr-upgrade-notes.html> and note 
> the child pages from there.
> 
> Cassandra
> On Dec 11, 2018, 10:30 AM -0600, Erick Erickson <[email protected]>, 
> wrote:
>> The CHANGES.txt file in both the Solr and Lucene directories have a
>> section listing the differences between every Solr version, major and
>> minor that you could review. The reference guide has an upgrade
>> section as well that will be informative.
>> 
>> That said, there are many changes. Lot and lots and lots. What I'd do
>> is plan on starting with a fresh Solr 7x setup, migrate your
>> configurations (as in make similar changes in the 7x configs, do not
>> just copy/paste). and start testing after indexing fresh. You haven't
>> said whether you have any custom code and the like, so that is an
>> unknown.
>> 
>> Best,
>> Erick
>> On Tue, Dec 11, 2018 at 6:28 AM hello hello <[email protected]> wrote:
>>> 
>>> Bonjour ,
>>> 
>>> I am a project manager at La Poste française , I am managing a national 
>>> project using SORL 4.9 and I want to migrate to SOLR 7 .
>>> Can you give me a summary of all the spots that need to be done to make 
>>> this migration? Thank oyu your for help Fred
>>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 

Reply via email to