
Manticore Search
Fast open-source search database with SQL and JSON APIs
12k stars 641 forks last commit first released GPL-3.0
Actively maintained
Last commit 27 Aug 2026.

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 to Manticore Search

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.

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.

Apache Solr
Open-source, high-performance search platform built on Apache Lucene
Scalable enterprise search platform supporting full-text, vector, faceted and geospatial search with SolrCloud clustering and a web admin UI.

OpenSearch
Distributed search and analytics engine with a RESTful API
OpenSearch is an Apache 2.0 open source distributed search and analytics engine for indexing, querying, and analyzing large-scale data with REST APIs.
Nominatim
Open-source geocoding and reverse-geocoding using OpenStreetMap data
Nominatim provides geocoding (name/address → coordinates) and reverse geocoding (coordinates → address) powered by OpenStreetMap, with import tooling and a public API.
Fess
Enterprise full-text search server with built-in crawler and admin UI
Fess is an open-source enterprise search server with a built-in crawler, web-based administration, and OpenSearch/Elasticsearch-backed full-text search.

