SimpleFragListBuilder `margin` constructor parameter meaning

2023-03-17 Thread Marko Bekhta
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

Re: Hibernate MassIndexer and Lucene connexion closes on mariadb

2024-01-17 Thread Marko Bekhta
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