Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Release Date: 16/Jan/24

Highlights

  • Moved setting Solr allowed languages to Index Builder.

  • Memory consumption improvements in Index Builder.

  • Bug fixes.

Features

Key

Summary

Change Log

SEARCH-295

Set list of Solr allowed languages in Index Builder

Index Builder

  • Index Builder is now responsible for setting allowed languages in Solr on startup.

Bugs

Key

Summary

Change Log

SEARCH-291

Fix loading search language white list.

Rest Service

  • Fixed loading search language whitelist from Solr config.

SEARCH-287

IndexBuilder change iteration does not stop until there are no documents and does not release memory

Index Builder

  • Index Builder now processed only 50 batches of document updates per cycle.

SEARCH-266

No proper license validation on RestService side

Rest Service

  • In case of no valid license or unavailable license slot, Locator Rest Service will return payment required status code immediately.

SEARCH-236

Copying many values in rules engine is slow

Rest Service

  • Fixed an issue where search for documents that have a large amount of enrichments would take a long time.

  • Added AYFIE_SEARCH_MAX_METADATA_ATTRIBUTE_COUNT environment variable that controls max amount of attributes copied from metadata XML during search pipeline.