π 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/
β¨ 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/
Manticoresearch
Manticore Search 7.0.0: Smarter Search, Real-Time Syncing, and Enhanced Performance
Manticore Search 7.0.0 introduces fuzzy search, query suggestions, Kafka integration, scroll pagination, Chinese tokenization, and 60+ improvements
π Want to master table creation in Manticore Search? From auto-schema magic to config files - we've got you covered! Watch our new guide to learn the most efficient ways to manage your tables. Perfect for both newcomers and power users! https://youtu.be/atokd5sjEoY?si=aF7NsjEA4iKnwUay
YouTube
Creating Tables in Manticore Search: From Auto-Schema to Configuration Files
Learn everything about creating tables in Manticore Search! In this comprehensive guide, we explore different ways to create and manage tables - from the convenient auto-schema feature to manual table creation using SQL and HTTP protocols. We'll also diveβ¦
π 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
https://manticoresearch.com/blog/create_table
Manticoresearch
Creating Tables in Manticore Search: The Complete Guide
Learn multiple ways to create tables in Manticore Search - from auto-schema to configuration files. Perfect for both beginners and advanced users.
π Ever wondered about the two modes of Manticore Search?
In the new video we're breaking down Real-time vs Plain mode - from dynamic table creation to static schemas.
https://www.youtube.com/watch?v=WUNP7e-h48s
In the new video we're breaking down Real-time vs Plain mode - from dynamic table creation to static schemas.
https://www.youtube.com/watch?v=WUNP7e-h48s
YouTube
Real-time vs Plain Mode in Manticore Search: What's the Difference?
Dive into the two fundamental modes of Manticore Search: Real-time (RT) and Plain mode. This comprehensive guide explains their key differences, use cases, and how to work with each mode effectively.
In this video, you'll learn:
β’ What makes RT mode differentβ¦
In this video, you'll learn:
β’ What makes RT mode differentβ¦
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
Manticoresearch
Mastering Manticore Search: RT vs Plain Mode Explained
Understand the key differences between RT and Plain modes in Manticore Search and when to use each for optimal performance
π 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/
π 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/
Manticoresearch
Manticore Search 7.4.6: Kibana Integration, Performance Optimizations, and Critical Fixes
Manticore Search 7.4.6 introduces Kibana integration, join query optimizations, and fixes for critical issues to enhance stability and performance
π 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/
πΉNo more odd/even confusion
πΉ Better tracking & automation
πΉ Independent package versioning
Learn how this change benefits you: π https://manticoresearch.com/blog/semver/
Manticoresearch
About Versioning in Manticore
We're adopting Semantic Versioning with Manticore 7.4.6, bringing clearer communication, better dependency management, and improved stability signaling. Learn about our transition from the previous versioning approach to this industry-standard system.
π 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 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/
Manticoresearch
Manticore Search vs Elasticsearch: 3x Faster Kibana Dashboard Rendering for Log Analysis
Discover how Manticore Search outperforms Elasticsearch in log analysis with up to 3x faster Kibana dashboard rendering. Learn how to set up your own comparison using our open-source demo project.
π§ 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
π‘ Discover the nuances that can save you from those unexpected errors!
https://youtu.be/TpxS-s_t8k4
YouTube
How to Drop Tables in Manticore Search
In this tutorial, learn the different ways to drop tables in Manticore Search. We cover:
- Dropping tables in different operating modes
- Handling errors when dropping tables
- How to properly remove tables that are part of a cluster
- Using different interfacesβ¦
- Dropping tables in different operating modes
- Handling errors when dropping tables
- How to properly remove tables that are part of a cluster
- Using different interfacesβ¦
π§ 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.
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.
Manticoresearch
Understanding Pagination in Manticore Search
Pagination is a crucial feature for any search engine, allowing users to navigate through large result sets efficiently.
π 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/
β 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/
Manticoresearch
Manticore Search 9.2.14: Boolean Query Optimization, Fuzzy Search Improvements and Bug Fixes
Manticore Search 9.2.14 introduces enhanced fuzzy search and numerous bugfixes
π New guide: Real-time data processing with Kafka & Manticore Search! Step-by-step setup using Docker, stream transformations, and analytics. Includes GitHub demo. #manticoresearch #kafka
https://manticoresearch.com/blog/integration-with-kafka/
https://manticoresearch.com/blog/integration-with-kafka/
Manticoresearch
Integrating Kafka with Manticore Search: A Step-by-Step Guide to Real-Time Data Processing
Learn how to set up Kafka and Manticore Search integration for real-time data processing. A step-by-step guide with examples: from configuring Docker Compose to creating materialized views and analyzing data from the Wikimedia Stream.
πWeβve hit 10,000 stars on GitHub! Huge thanks to our amazing community β this milestone is yours! Letβs keep transforming search together. π
Join the journey: https://github.com/manticoresoftware/manticoresearch
#manticoresearch
Join the journey: https://github.com/manticoresoftware/manticoresearch
#manticoresearch
GitHub
GitHub - manticoresoftware/manticoresearch: Easy to use open source fast database for search | Good alternative to Elasticsearchβ¦
Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon - manticoresoftware/manticoresearch
π 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
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