mirror of https://github.com/apache/lucene.git
Adding CHANGES for PR #12582
This commit is contained in:
parent
09da2291c5
commit
c3f48587fd
|
@ -167,6 +167,9 @@ New Features
|
|||
* GITHUB#12685: Lucene now records if documents have been indexed as blocks in SegmentInfo. This is recorded on a per
|
||||
segment basis and maintained across merges. The property is exposed via LeafReaderMetadata. (Simon Willnauer)
|
||||
|
||||
* GITHUB#12582: Add int8 scalar quantization to the HNSW vector format. This optionally allows for more compact lossy
|
||||
storage for the vectors, requiring about 75% memory for fast HNSW search. (Ben Trent)
|
||||
|
||||
Improvements
|
||||
---------------------
|
||||
* GITHUB#12523: TaskExecutor waits for all tasks to complete before returning when Exceptions
|
||||
|
|
Loading…
Reference in New Issue