Hey Rajib, I think you should include an extra dependency to org.apache.lucene:lucene-analysis-stempel to get to the PolishAnalyzer.
Have a nice day, Marko On Wed, 3 Sept 2025 at 11:38, Saha, Rajib <rajib.s...@sap.com.invalid> wrote: > Hi Team, > > In Lucene 9.12.2, we are trying to consume different locals specific > analyzer. > > When, we are trying to import PolishAnalyzer [import > org.apache.lucene.analysis.pl.PolishAnalyzer]. It is not able to resolve. > But, as per the documentation[ > https://lucene.apache.org/core/9_12_2/analysis/stempel/org/apache/lucene/analysis/pl/PolishAnalyzer.html], > it is available. > > In the same time, we are successfully able to consume other language > specific analyser like ItalianAnalyzer, DutchAnalyzer, NorwegianAnalyzer. > > Could you please suggest, how we can use polishAnalyzer in Lucene 9.12.2? > > Regards > Rajib >