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