/note/tech

ZincSearch - 軽量な全文検索エンジン

ZincSearch is a search engine that does full text indexing. It is a lightweight alternative to Elasticsearch and runs using a fraction of the resources. It uses bluge as the underlying indexing library.

It is very simple and easy to operate as opposed to Elasticsearch which requires a couple dozen knobs to understand and tune which you can get up and running in 2 minutes

It is a drop-in replacement for Elasticsearch if you are just ingesting data using APIs and searching using kibana (Kibana is not supported with ZincSearch. ZincSearch provides its own UI).

ZincSearch は、全文インデックスを作成する検索エンジンです。 これは Elasticsearch の軽量な代替品であり、リソースの一部を使用して実行されます。 基盤となるインデックス作成ライブラリとして bluege を使用します。

Elasticsearch は理解して調整するために数十のノブを必要とし、2 分で立ち上げて実行できるのとは対照的に、非常にシンプルで操作が簡単です。

API を使用してデータを取り込み、kibana を使用して検索するだけの場合、これは Elasticsearch のドロップイン代替品です (Kibana は ZincSearch ではサポートされていません。ZincSearch は独自の UI を提供します)。

ZincSearch の簡単なデモについては、以下のビデオをチェックしてください。

セットアップが簡単なことがElasticsearchに対するメリットらしい

情報としては一年前に遭遇していたらしいい。