ChrisHegarty commented on PR #13339: URL: https://github.com/apache/lucene/pull/13339#issuecomment-2102593155
> Question / confirmation please -- since this requires Panama, thus JDK 21+ (I think?) it can only target Lucene 10+, correct? Correct that it requires JDK 21+ and Panama Vector, but we can target 9.x also. And I do plan to backport to 9.x. The difference between 9.x and 10 is that in 9.x the memory segment mmap provider is optional (`enableMemorySegments`) - so it can be disabled, whereas in 10 it is not. In 9.x we will need an extra check that the memory segment mmap provider is actually enabled, but it is otherwise already hooked off the Panama Vectors provider so it should be fine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org