Manticore Search Channel
105 subscribers
28 photos
1 video
99 links
Download Telegram
πŸš€ Manticore Search 7.0.0 is here!
✨ Fuzzy Search & Autocomplete
⚑ Real-time Kafka integration
πŸ“Š Secondary JSON indexes
🌍 Jieba Chinese tokenization
πŸ”§ 60+ improvements & bug fixes

Upgrade now for smarter, faster, and more resilient search!
https://manticoresearch.com/blog/manticore-search-7-0-0/
πŸ” From zero-config auto-schema to advanced configuration files - discover all the ways to create tables in Manticore Search. A complete guide for both beginners and power users!

https://manticoresearch.com/blog/create_table
Confused about RT vs Plain mode in Manticore Search? Our new blog post breaks down the key differences and helps you choose the right mode for your project. Learn when to use each for optimal performance! https://manticoresearch.com/blog/rt_vs_plain_mode
πŸš€ Manticore Search 7.4.6 is here!

πŸ“Š New Kibana integration for powerful visualizations
⚑ Performance boosts for joins and histograms
πŸ”§ Critical fixes for stability and reliability

Upgrade today to unlock better insights from your data!
https://manticoresearch.com/blog/manticore-search-7-4-6/
πŸš€ Big news! Starting with Manticore 7.4.6, we’re adopting Semantic Versioning (SemVer) for clearer, more predictable releases! 🎯
πŸ”ΉNo more odd/even confusion
πŸ”Ή Better tracking & automation
πŸ”Ή Independent package versioning
Learn how this change benefits you: πŸ”— https://manticoresearch.com/blog/semver/
πŸš€ New Benchmark: Manticore Search vs Elasticsearch!
Our latest article reveals how Manticore Search renders Kibana dashboards up to 3x faster for log analysis. See the performance comparison, test it yourself, and explore the advantages.
πŸ”— Read more: https://manticoresearch.com/blog/kibana-demo/
πŸ”§ Our new tutorial shows you all the ways to drop tables in Manticore Search - from basic commands to handling clustered tables.

πŸ’‘ Discover the nuances that can save you from those unexpected errors!
https://youtu.be/TpxS-s_t8k4
🧭 Paginating large result sets in Manticore Search? This blog dives into the pros and cons of OFFSET, max_matches, and scroll-based paginationβ€”plus HTTP JSON support, facet pagination, and performance tips.

Read the blog: https://manticoresearch.com/blog/pagination

πŸ”₯ What you’ll learn:

πŸ“œ OFFSET pagination – Simple and familiar, but with limitations at scale.
πŸ“ˆ max_matches – Control how deep you can paginate while balancing memory use.
πŸ” Scroll-based pagination – Efficient deep pagination using tokens, perfect for β€œLoad More” and infinite scroll.
🌐 HTTP JSON support – How to paginate via JSON API, including both OFFSET and scroll methods.
🧩 Faceted search – Combining pagination with faceted filtering, including paginated facets.
βš™οΈ Sorting best practices – Ensure stable and efficient pagination with consistent ORDER BY clauses.
πŸš€ Manticore 9.2.14 Released!

βœ… Fuzzy search now handles terms like "def ghi" β†’ "defghi"
βœ… Boolean queries optimized by default

πŸ”§ Critical crash fixes & replication improvements

⚠ Breaking Changes:
β€’ HTTP JSON uses id instead of _id
β€’ Unique server_id required for clusters

πŸ‘‰ Upgrade now: Changelog https://manual.manticoresearch.com/Changelog

https://manticoresearch.com/blog/manticore-search-9-2-14/
πŸš€ Manticore Search Rust Client v1.0.0 is live! πŸ¦€
Build blazing-fast search apps with #RustLang!

✨ Features:
βœ… Full CRUD + search/SQL
πŸš€ Async/await support
πŸ“ŠVector search & percolate

πŸ“¦ Add to Cargo.toml:
manticoresearch = { path = "./manticoresearch" }
πŸ”—https://github.com/manticoresoftware/manticoresearch-rust/tree/1.0.0