From 1a018bae7e7ee9667635550327482c057b542607 Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Mon, 8 Aug 2022 19:40:03 +0700 Subject: [PATCH] Add Manticore Search to Search Engines (#3165) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2e8dc67..6501f8a7 100644 --- a/README.md +++ b/README.md @@ -1658,6 +1658,7 @@ _Related: [Booking and Scheduling](#booking-and-scheduling)_ - [Gigablast](https://www.gigablast.com/) - Open-source search engine. ([Source Code](https://github.com/gigablast/open-source-search-engine)) `Apache-2.0` `C++` - [Jina](https://github.com/jina-ai/jina/) - Cloud-native neural search framework for any kind of data. `Apache-2.0` `Python` - [librengine](https://github.com/liameno/librengine) - Private web search engine. `GPL-3.0` `C++` +- [Manticore Search](https://github.com/manticoresoftware/manticoresearch/) - Much faster alternative to Elasticsearch for full-text search and data analytics. Provides much lower response time for small, medium and big data. `GPL-2.0` `Docker/C++` - [MeiliSearch](https://meilisearch.com) - Ultra relevant, instant and typo-tolerant full-text search API. ([Source Code](https://github.com/meilisearch/MeiliSearch)) `MIT` `Rust` - [OpenSearch](https://opensearch.org) - Open source distributed and RESTful search engine. ([Source Code](https://github.com/opensearch-project/OpenSearch)) `Apache-2.0` `Java` - [Searx](https://searx.github.io/searx/) - Privacy-respecting, hackable metasearch engine. ([Demo](https://searx.space/), [Source Code](https://github.com/searx/searx)) `AGPL-3.0` `Python`