Broadleaf Enterprise Search 3.3.0-GA
Released on August 6, 2021
This is the initial release for the Broadleaf Enterprise Search 3.3.x module. This module requires Broadleaf Framework 6.2.0-GA or greater.
New cache regions
Class | Field | Old Cache Region | New Cache Region |
---|---|---|---|
CategoryBoostRuleImpl | - | blStandardElements | blSearchElements |
GlobalBoostRuleImpl | - | blStandardElements | blSearchElements |
TypeAheadConfigurationImpl | - | blStandardElements | blSearchElements |
TypeAheadHighlightingFieldImpl | - | blStandardElements | blSearchElements |
TypeAheadQueryFieldImpl | - | blStandardElements | blSearchElements |
EnterpriseSearchCategoryImpl | boostRules | blStandardElements | blSearchElements |
An at-a-glance view of the issues that were closed in this release:
Enhancements(2)
- Updated module with Broadleaf Framework 6.2.x
- Refactored entity cache regions for better performance tuning which are listed above.
- Removed the field
suggestionLimit
fromTypeAheadConfigurationImpl
in favor of properties which can be set as follows:properties typeahead.keywords.limit=8 typeahead.products.limit=5 typeahead.categories.limit=5
Total Resolved Issues: 3