Re: Need suggestion for a Lucene upgrade scenario

2024-01-30 Thread Uwe Schindler
Hi, please read the documentation. It is explained in detail: https://lucene.apache.org/core/8_11_0/core/org/apache/lucene/analysis/package-summary.html#package.description There are also many blog posts about this change (which was done now almost 15 years ago)! Uwe Am 30.01.2024 um 11:30

Re: Need suggestion for a Lucene upgrade scenario

2024-01-30 Thread Mikhail Khludnev
Hello Rajib, Check OffsetAttribute. On Tue, Jan 30, 2024 at 1:31 PM Saha, Rajib wrote: > Hi, > > In our project for Lucene migration from 2.4.0 to 8.11.2, we need your > suggestion to address a case. > With Lucene 2.4.0, we were using the kind of below code snippet. > With Lucene 8.11.2[Written