Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

28 lines (25 loc) · 1.51 KB

CHANGELOG

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. See the CONTRIBUTING guide for instructions on how to add changelog entries.

Features

Enhancements

Bug Fixes

  • Fix async actions are left in neural_sparse query (#438)
  • Fix typo for sparse encoding processor factory(#578)
  • Add non-null check for queryBuilder in NeuralQueryEnricherProcessor (#615)

Infrastructure

Documentation

Maintenance

Refactoring

Features

Enhancements

  • Allowing execution of hybrid query on index alias with filters (#670)

Bug Fixes

  • Add support for request_cache flag in hybrid query (#663)

Infrastructure

Documentation

Maintenance

  • Update bwc tests for neural_query_enricher neural_sparse search (#652)

Refactoring