mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Upgrade to Lucene 10.2.2 (#129546)
This commit upgrades to Upgrade to Lucene 10.2.2. With the release of 10.2.2, we no longer need to workaround the Lucene bug mentioned in 128671.
This commit is contained in:
parent
6a1a862aea
commit
1255a64832
18 changed files with 116 additions and 862 deletions
|
@ -1,8 +1,8 @@
|
|||
|
||||
include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
|
||||
|
||||
:lucene_version: 10.2.1
|
||||
:lucene_version_path: 10_2_1
|
||||
:lucene_version: 10.2.2
|
||||
:lucene_version_path: 10_2_2
|
||||
:jdk: 11.0.2
|
||||
:jdk_major: 11
|
||||
:build_type: tar
|
||||
|
|
13
docs/changelog/129546.yaml
Normal file
13
docs/changelog/129546.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
pr: 129546
|
||||
summary: Upgrade to Lucene 10.2.2
|
||||
area: Search
|
||||
type: upgrade
|
||||
issues: []
|
||||
highlight:
|
||||
title: Upgrade to lucene 10.2.2
|
||||
body: |-
|
||||
* Reduce NeighborArray on-heap memory during HNSW graph building
|
||||
* Fix IndexSortSortedNumericDocValuesRangeQuery for integer sorting
|
||||
* ValueSource.fromDoubleValuesSource(dvs).getSortField() would throw errors when used if the DoubleValuesSource needed scores
|
||||
----
|
||||
notable: true
|
Loading…
Add table
Add a link
Reference in a new issue