It would be good to know what you mean by "is not able to resolve" - is there an exception or a build error you're getting? Please provide more information then the answer will be more accurate as well (in addition to what Marko said already).
Dawid On Wed, Sep 3, 2025 at 11:38 AM 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 >