Re: TermVectorOffsetStrategy producing Passages with matches out of order? (causing IndexOutOfBoundsException)

2023-06-29 Thread Chris Hostetter
With some trial and error I realized two things... 1) the order of the terms in the BooleanQuery seems to matter - but in terms of their "natural order", not the order in the doc (which is why i was so confused trying to reproduce it) 2) the problem happens when using termVectors but

TermVectorOffsetStrategy producing Passages with matches out of order? (causing IndexOutOfBoundsException)

2023-06-29 Thread Chris Hostetter
I've got a user getting java.lang.IndexOutOfBoundsException from the UnifiedHighlighter in Solr 9.1.0 w/Lucene 9.3.0 (And FWIW, this same data, w/same configs, in 8.11.1, purportedtly didn't have this problem) I don't really understand the highlighter code very well, but AFAICT: - Defaul

Re: Getting LinkageError due to Panama APIs

2023-06-29 Thread Shubham Chaudhary
This was an internal build issue that is now fixed. Sorry for the confusion. Thanks, Shubham On Tue, Jun 27, 2023 at 12:48 AM Shubham Chaudhary wrote: > Hi everyone, > > I’m trying to build and run my software using JDK 19 which has a direct > dependency on Apache Lucene 9.6 built with JDK 17 a