Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.63 KB

File metadata and controls

24 lines (21 loc) · 1.63 KB

Version 3.7.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 3.7.0

Features

  • Add gRPC Protocol Buffer support for KNN queries 391
  • Support derived source for knn with other fields [474] (#488)
  • Add support for MAXIMUM_INNER_PRODUCT similarity function in jVector engine (#206)

Enhancements

Bug Fixes

  • Fix derived nested fields processing [484] (#484)
  • Fix GRPC integration flaky test caused by locale-sensitive String.format #505

Infrastructure

  • Upgrade Lucene to 10.4.0 [292] (#292)
  • Upgrade jvector from 4.0.0-rc.6 to 4.0.0-rc.8 370
  • Update Gradle to 9.4.1 381
  • Update Spotless to 8.4.0 495

Documentation

Documentation

  • Update user guide covering index creation, search tuning, compression levels, and advanced topics; add demo script walking through cluster health check, bulk indexing, filtered/tuned KNN search, force merge, and node stats

Maintenance

  • Fix String.format() uses the default system locale 465

Refactoring