sonic

Fast, lightweight, schema-less search backend written in Rust

brewmacoslinux
Try with needOr install directly
Source

About

Fast, lightweight & schema-less search backend

Commands

sonic

Examples

Start Sonic server with default configuration$ sonic -c /etc/sonic.cfg
Index text content in a collection$ sonic-cli push myindex mycol mydoc1 'hello world'
Search for indexed content$ sonic-cli query myindex mycol 'hello'