Re: Best strategy migrate indexes

2022-11-08 Thread Pablo Vázquez Blázquez
> > - close IndexReader and IndexWriter > > > > > > > > When I open the resulting migrated lucene7 index with Luke I got an > > > error: > > > > org.apache.lucene.index.IndexFormatTooNewException: Format version > is not > > > > supporte

Re: Best strategy migrate indexes

2022-11-07 Thread Pablo Vázquez Blázquez
ly.) > > I would check that the Luke version matches the Lucene version - if > the two match, it shouldn't be possible to get issues like this. > That is, the precise versions of Lucene each is using. > > TX > > > On Mon, 7 Nov 2022 at 22:09, Pablo Vázquez Blázquez > wrote

Re: Best strategy migrate indexes

2022-11-07 Thread Pablo Vázquez Blázquez
://github.com/hakanai/luceneupgrader>", I got: java -jar luceneupgrader-0.5.2-SNAPSHOT.jar info tests_small_index-7.x-migrator Lucene index version: 7 What am I doing wrong or misleading? Thanks! El mié, 2 nov 2022 a las 21:13, Pablo Vázquez Blázquez () escribió: > Hi, > > Luckil

Re: Best strategy migrate indexes

2022-11-02 Thread Pablo Vázquez Blázquez
t to perform. e.g., you might want to create points. Or > remove an index for a field. Or add an index for a field. > > TX > > > On Tue, 1 Nov 2022 at 02:57, Pablo Vázquez Blázquez > wrote: > > > > Hi all, > > > > Thank you all for your responses. > > >

Re: Best strategy migrate indexes

2022-10-31 Thread Pablo Vázquez Blázquez
the source > documents > > should always be retained in a form that can be reindexed. If you have > > inherited a system where source material has not been retained, you have > a > > difficult project and may have some potentially painful expectation > setting > > to

Best strategy migrate indexes

2022-10-28 Thread Pablo Vázquez Blázquez
Hi all, I have some indices indexed with lucene 5.5.0. I have updated my dependencies and code to Lucene 7 (but my final goal is to use Lucene 9) and when trying to work with them I am having the exception: org.apache.lucene.index.IndexFormatTooOldException: Format version is not supported