This release adds 1 notable feature for engineering teams evaluating rollout.
Published 21d
Search Engines
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai
api
app-search
database
enterprise-search
faceting
+13 more
full-text-search
fuzzy-search
geosearch
hybrid-search
instantsearch
search
search-as-you-type
search-engine
semantic-search
site-search
typo-tolerance
vector-db
vectors
Summary
AI summarySynonyms are now loaded lazily, improving search performance by up to 13x.
Full changelog
✨ Enhancement
- Improve the synonyms storage by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6466
We improve synonyms' performance by changing how we store and retrieve them during query processing. Users may have experienced performance issues when the number of synonyms in an index was high, resulting in a significant impact on search performance. The Meilisearch support team advised moving the settings and synonyms-as-keywords to the dedicated documents. This is no longer an issue; synonyms are loaded lazily, only when a word matches a synonym. You can see performance improvements of up to 13x, depending on the number of synonyms.
🔩 Miscellaneous
- Fix the workflow after broken ranking scores by @Kerollmops in https://github.com/meilisearch/meilisearch/pull/6470
- Make OpenAPI rule less strict for routes returning 202 by @curquiza in https://github.com/meilisearch/meilisearch/pull/6488
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About meilisearch
A lightning-fast search engine API bringing AI-powered hybrid search to your sites and applications.
Related context
Related tools
Earlier breaking changes
- v1.50.0 `selector` of an `Action` now requires mandatory `id` field in dynamic search rules.
- v1.50.0 `filter.attributePatterns` replaced with `filter.query` in listing dynamic search rules endpoint.
- v1.50.0 `conditions.query.words` replaces `contains` in QueryCondition of dynamic search rules.
- v1.50.0 `conditions` changed from array to object with `query` and `time` fields in dynamic search rules.
- v1.50.0 `priority` replaced with `precedence` in dynamic search rules.
Beta — feedback welcome: [email protected]