
Manticore Search
Fast open-source search database with SQL and JSON APIs

Manticore Search is an open-source search database designed for building fast full-text and hybrid (text + filters) search applications. It provides a SQL-first experience with MySQL protocol compatibility and an HTTP JSON API for programmatic indexing and querying.
Key Features
- Full-text search with relevance ranking (BM25-style), highlighting, and many match operators
- SQL interface with MySQL protocol support for querying and management
- HTTP JSON API, including Elasticsearch-compatible bulk writes for easier ingestion
- Real-time indexing so newly inserted or updated documents are searchable immediately
- Advanced search capabilities such as faceting, geo-spatial search, autocomplete, fuzzy search, and spell correction
- Vector search (KNN) to support semantic and similarity search scenarios
- Multiple storage modes, including row-wise and optional columnar storage for larger datasets
- High-availability options including built-in replication and load balancing
- Built-in backup and restore tooling (including SQL BACKUP)
Use Cases
- Application search for catalogs, marketplaces, documentation, and knowledge bases
- Log/event search and analytics-style querying on large datasets
- Hybrid search combining keyword relevance with filters, geo, and vector similarity
Limitations and Considerations
- Not fully ACID-compliant; transaction semantics differ from general-purpose relational databases
- Some features (such as columnar storage) may require additional components and tuning depending on workload
Manticore Search is well-suited when you need a high-performance, resource-efficient search engine with familiar SQL workflows and flexible APIs. It aims to be an approachable alternative to Elasticsearch for many search and analytics scenarios.
Categories:
Tags:
Tech Stack:
Similar Services

Meilisearch
Fast search engine API with full-text, vector, and hybrid search
Meilisearch is a lightning-fast search engine API for apps and websites, offering typo-tolerant full-text search plus vector and AI-ready hybrid retrieval.

ArchiveBox
Open-source self-hosted web archiving and snapshotting tool
Self-hosted tool to collect and preserve webpages, media, and bookmarks in durable formats (HTML, PDF, WARC, MP4) with a CLI, web UI, and search.

Typesense
Fast, typo-tolerant search engine with keyword and vector search
Typesense is a developer-friendly search engine for instant, typo-tolerant search-as-you-type with faceting, filtering, geo search, and vector/semantic search APIs.

SearXNG
Privacy-focused metasearch engine for aggregating web results
SearXNG is a privacy-respecting metasearch engine that aggregates results from many search services without tracking or profiling users.
ZincSearch
A lightweight open-source search engine for full-text indexing.
ZincSearch is a Go-based, lightweight search engine for full-text indexing with Elasticsearch API-compatible ingestion, a Vue UI, and a schema-less document model.
Onyx Community Edition
Self-hosted AI chat and enterprise search for any LLM
Open-source platform for AI chat, RAG, agents, and enterprise search across your team’s connected knowledge sources, compatible with hosted and local LLMs.
C++
Docker