diff options
author | Sergey Nikolaev <prostuda@academ.org> | 2022-08-08 12:40:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-08 12:40:03 +0000 |
commit | 1a018bae7e7ee9667635550327482c057b542607 (patch) | |
tree | 53fcc01de70271f01b916acb73a29d597655803b | |
parent | Added DOMJudge to Misc (#3127) (diff) | |
download | awesome-selfhosted-1a018bae7e7ee9667635550327482c057b542607.tar.gz awesome-selfhosted-1a018bae7e7ee9667635550327482c057b542607.zip |
Add Manticore Search to Search Engines (#3165)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |