Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

29 lines (26 loc) · 1.68 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

  • Enabled support for applying default modelId in neural sparse query (#614

Enhancements

  • Adding aggregations in hybrid query (#630)
  • Support for post filter in hybrid query (#633)

Bug Fixes

  • Fix runtime exceptions in hybrid query for case when sub-query scorer return TwoPhase iterator that is incompatible with DISI iterator (#624)

Infrastructure

Documentation

Maintenance

Refactoring