LUCENE-10502: add changes entry (#881)

This commit is contained in:
Lu Xugang 2022-05-12 09:24:22 +08:00 committed by GitHub
parent 6040d1648f
commit a06460a538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,9 @@ Optimizations
when the search order and the index order are in opposite directions.
(Jianping Weng)
* LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle
ordToDoc in HNSW vectors (Lu Xugang)
Bug Fixes
---------------------
* LUCENE-10477: Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite