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
wrote:
> Hi Team,
>
> In Lucene 9.12.2, we are trying to consume different locals specific
> ana
Hey Sylvain,
this seems like a Hibernate Search problem and not really a Lucene one.
Maybe you could post this to https://discourse.hibernate.org/ and we'll
continue the discussion there?
Have a nice day,
Marko
On Wed, 17 Jan 2024 at 15:43, Sylvain Roulet
wrote:
> Hello, I'm new to this mailin
Hi all,
I have been trying to generate some highlights using
`FastVectorHighlighter`:
```
String[] bestFragments = highlighter.getBestFragments(
fieldQuery,
leafReader,
document,
field,
fragmentSize,
maxNumFragments,
new SimpleFragListBuilder(
someMarginValue