Skip to content

2.13.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 23:02
· 182 commits to main since this release
5279580

Version 2.13.0.0 Release Notes

Compatible with OpenSearch 2.13.0

Features

  • Implement document chunking processor with fixed token length and delimiter algorithm (#607)
  • 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 typo for sparse encoding processor factory(#600)
  • Add non-null check for queryBuilder in NeuralQueryEnricherProcessor (#619)
  • Fix runtime exceptions in hybrid query for case when sub-query scorer return TwoPhase iterator that is incompatible with DISI iterator (#624)