Thanks Mikhail, I "assumed" based on the class path that it would be in lucene-analysis- *custom* which I could not locate. Thanks for pointing this out. This was a huge help.
Thanks, Charles Sanders On Wed, Jun 14, 2023 at 11:25 AM Mikhail Khludnev <[email protected]> wrote: > Hello Charles, I suppose it resides in > > https://mvnrepository.com/artifact/org.apache.lucene/lucene-analysis-common/9.4.2 > > https://lucene.apache.org/core/9_4_2/analysis/common/org/apache/lucene/analysis/custom/CustomAnalyzer.html > > On Wed, Jun 14, 2023 at 5:21 PM Charles Sanders <[email protected]> > wrote: > > > Hello, > > I have an old customer analyzer that was written in Lucene 6. I need to > > convert it to Lucene 9.4.2. I see in the 9.4.2 documentation > > that CustomAnalyzer is referenced ( > > > > > https://lucene.apache.org/core/9_4_2/analysis/common/org/apache/lucene/analysis/custom/CustomAnalyzer.html > > ). > > However, I am not able to locate it. I have lucene-core jar, but do not > > see it. > > > > Can anyone point me to the jar containing CustomAnalyzer? > > > > Thanks. > > > > > -- > Sincerely yours > Mikhail Khludnev >
