Re: Best strategy migrate indexes

2022-11-08 Thread Pablo Vázquez Blázquez
the grouping api. But > > > > >> currently, it > > > > >> > was removed (since Lucene 7.0). So, again, do I have any other > > > > >> alternative, > > > > >> > apart from re-indexing to use docValues? > > &g

Re: Best strategy migrate indexes

2022-11-07 Thread Michael Sokolov
5). We > > > >> > are planning to upgrade to Lucene 9 (because of some vulnerabilities > > > >> > affecting Lucene 5.5.5) and I think asking them to reindex will not > > go > > > >> down > > > >> > well :( > > &g

Re: Best strategy migrate indexes

2022-11-07 Thread Pablo Vázquez Blázquez
avis (< > kryptonics...@gmail.com>) > > >> > escribió: > > >> > > > >> > > Inside of Zulia search engine, the object being indexed is always > a > > >> > > JSON/BSON object and we store the BSON as a stored byte field in > the

Re: Best strategy migrate indexes

2022-11-07 Thread Trejkaz
nal reindexing when the searchable > >> fields > >> > > change but also allows us to update to the latest lucene version. > >> > > Combined with using lucene-backward-codecs an older index than the > >> current > >> > > major version can be opene

Re: Best strategy migrate indexes

2022-11-07 Thread Pablo Vázquez Blázquez
it would be easy to reindex in >> the >> > > new format. If you have not, maybe opening with >> lucene-backward-codecs >> > > will be enough for your use case. >> > > >> > > Thanks, >> > > Matt >> > > >> >

Re: Best strategy migrate indexes

2022-11-02 Thread Trejkaz
gt; fields (or a json/bson) in the index, it would be easy to reindex in > > the > > > > new format. If you have not, maybe opening with lucene-backward-codecs > > > > will be enough for your use case. > > > > > > > > Thanks, > > > > Mat

Re: Best strategy migrate indexes

2022-11-02 Thread Pablo Vázquez Blázquez
reindex in > the > > > new format. If you have not, maybe opening with lucene-backward-codecs > > > will be enough for your use case. > > > > > > Thanks, > > > Matt > > > > > > On Sat, Oct 29, 2022 at 2:30 PM Baris Kazar >

Re: Best strategy migrate indexes

2022-10-31 Thread Gus Heck
on, > > > even minor version, I always reindex. > > > > > > Best regards > > > > > > From: Gus Heck > > > Sent: Saturday, October 29, 2022 2:17 PM > > > To: java-user@lucene.apache.org > > > Subject: Re:

Re: Best strategy migrate indexes

2022-10-31 Thread Trejkaz
case. > > > > Thanks, > > Matt > > > > On Sat, Oct 29, 2022 at 2:30 PM Baris Kazar > > wrote: > > > > > It is always great practice to retain non-indexed > > > data since when Lucene changes version, > > > even minor version, I alwa

Re: Best strategy migrate indexes

2022-10-31 Thread Pablo Vázquez Blázquez
d > > data since when Lucene changes version, > > even minor version, I always reindex. > > > > Best regards > > > > From: Gus Heck > > Sent: Saturday, October 29, 2022 2:17 PM > > To: java-user@lucene.apache.org >

Re: Best strategy migrate indexes

2022-10-29 Thread Matt Davis
Sent: Saturday, October 29, 2022 2:17 PM > To: java-user@lucene.apache.org > Subject: Re: Best strategy migrate indexes > > Hi Pablo, > > The deafening silence is probably nobody wanting to give you the bad news. > You are on a mission that may not be feasible, and even if you

Re: Best strategy migrate indexes

2022-10-29 Thread Baris Kazar
It is always great practice to retain non-indexed data since when Lucene changes version, even minor version, I always reindex. Best regards From: Gus Heck Sent: Saturday, October 29, 2022 2:17 PM To: java-user@lucene.apache.org Subject: Re: Best strategy

Re: Best strategy migrate indexes

2022-10-29 Thread Gus Heck
Hi Pablo, The deafening silence is probably nobody wanting to give you the bad news. You are on a mission that may not be feasible, and even if you can get it to "work", the end result won't likely be equivalent to indexing the original data with Lucene 9.x. The indexing process is fundamentally l

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