Conversation
This was referenced Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Depends on #2625. This draft also tightens the CPU-fallback dimension contract: without cuVS, the quantized formats now report and enforce Lucene's current 1024-dimension limit instead of advertising the GPU path's 4096 limit.
Closes #2615.
Caches
LuceneProviderinstances by format version, adds correctly typed quantized HNSW factories, and preserves the released method descriptors as deprecated compatibility entry points with actionable failures. Reflection now preservesIOException, runtime exceptions, and errors.The binary CPU fallback records its Lucene 10.2 flat-vector layout so it can be read correctly, while the released GPU-written Lucene 9.9 layout remains unchanged. Tests cover concurrent provider construction, legacy descriptors, parameter order, compound segments, CPU dimension boundaries, and live binary and scalar GPU indexing/search at 4096 dimensions.
The Fern API generator now handles leading annotations and multiline inline Javadocs, and the generated pages are refreshed.
Testing
python3 -m unittest fern.scripts.test_generate_api_reference(2 passed)python3 fern/scripts/generate_api_reference.py --quiet(second run produced no changes)bash -n fern/build_docs.shmvn -Dtest=TestBackCompat,TestQuantizedVectorsCpuFallback test(14 passed)mvn -Dtest=TestLuceneProviderConcurrency test(1 passed)mvn spotless:check verify(351 run; 321 passed, 30 skipped)The complete GPU run still emits existing cuVS graph-clamping, dataset-dimension, GDS fallback, Java native-access, Vector API, and Maven Javadoc-plugin warnings.