|
@@ -12,6 +12,14 @@ draft: true
|
|
|
|
|
|
|
|
MeiliSearch 是一個開箱即用的全文搜索引擎,Rust 開發,索引基於 index,每條待搜索內容爲 document, index 爲 document 的命名空間或容器,支持 filter, sorting。目前不支持 cluster,如果需要,可以用自己的方式定義索引方式,達到自己的要求。
|
|
MeiliSearch 是一個開箱即用的全文搜索引擎,Rust 開發,索引基於 index,每條待搜索內容爲 document, index 爲 document 的命名空間或容器,支持 filter, sorting。目前不支持 cluster,如果需要,可以用自己的方式定義索引方式,達到自己的要求。
|
|
|
|
|
|
|
|
|
|
+### [zincsearch](https://github.com/zincsearch/zincsearch)
|
|
|
|
|
+
|
|
|
|
|
+Go 實現的搜索引擎,帶UI。對標 ES,使用 [bluge](https://github.com/blugelabs/bluge) 作爲底層索引器
|
|
|
|
|
+
|
|
|
|
|
+### [openobserve](https://github.com/openobserve/openobserve)
|
|
|
|
|
+
|
|
|
|
|
+Rust 實現的日志搜索引擎
|
|
|
|
|
+
|
|
|
### [Typesense](https://github.com/typesense/typesense)
|
|
### [Typesense](https://github.com/typesense/typesense)
|
|
|
|
|
|
|
|
支持分布式的搜索引擎,C++開發,官方稱其爲 Algolia alternative。
|
|
支持分布式的搜索引擎,C++開發,官方稱其爲 Algolia alternative。
|
|
@@ -26,7 +34,15 @@ sonic 是一個 rust 開發的有趣的搜索引擎,其並沒有文檔的概
|
|
|
|
|
|
|
|
### [RediSearch](https://github.com/RediSearch/RediSearch)
|
|
### [RediSearch](https://github.com/RediSearch/RediSearch)
|
|
|
|
|
|
|
|
-RediSearch 是 redis 的一個 module,配合另一個 module RedisJSON 能實現性能客觀的索引和搜索。
|
|
|
|
|
|
|
+RediSearch 是 redis 的一個 module,配合另一個 module RedisJSON 能實現性能可觀的索引和搜索。
|
|
|
|
|
+
|
|
|
|
|
+### [tntsearch](https://github.com/teamtnt/tntsearch)
|
|
|
|
|
+
|
|
|
|
|
+### [vespa](https://github.com/vespa-engine/vespa)
|
|
|
|
|
+
|
|
|
|
|
+The open big data serving engine.
|
|
|
|
|
+
|
|
|
|
|
+PHP 實現的一個 full text 搜索引擎
|
|
|
|
|
|
|
|
### TODO
|
|
### TODO
|
|
|
|
|
|