Re: Multi-segments and HNSW

2022-11-02 Thread Mikhail Khludnev
Hi, MyCoy. I suppose these questions should go into dev@ list. Please join. On Wed, Nov 2, 2022 at 12:57 AM MyCoy Z wrote: > Hi: > > I'm studying the HNSW source code and have some questions regarding > Lucene's multi-segments and HNSW. > > First, some of my understanding: > 1. While creating th

Re: Best strategy migrate indexes

2022-11-02 Thread Pablo Vázquez Blázquez
Hi, Luckily we were already using lucenemigrator What do you mean with "lucenemigrator"? Is it a public tool? I am trying to create a tool to read docs from a lucene5 index and generate lucene9 documents from them (with docValues). That might work, right? I am shading both lucene5 and lucene9 t

Re: Best strategy migrate indexes

2022-11-02 Thread Trejkaz
Was a typo, meant to say luceneupgrader. And by itself, it won't do any kind of work to convert fields between different types. For that, you have to do what I described. TX On Thu, 3 Nov 2022 at 07:14, Pablo Vázquez Blázquez wrote: > > Hi, > > Luckily we were already using lucenemigrator > > >