diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-03 17:43:12 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-03 17:43:12 +0000 |
commit | bf67630addf962962ce644c73e7d812da45cfa9e (patch) | |
tree | ce75e19586f697f053a60dbb91d4f31cb9fabb8a /GIDs | |
parent | Update to 0.1.b146 (diff) |
New port: textproc/sonic
Sonic is a fast, lightweight, and schema-less search backend. It
ingests search texts and identifier tuples that can then be queried
against in a microsecond's time.
Sonic can be used as a simple alternative to super-heavy and
full-featured search backends such as Elasticsearch in some use-cases.
It is capable of normalizing natural language search queries,
auto-completing a search query and providing the most relevant
results for a query. Sonic is an identifier index, rather than a
document index; when queried, it returns IDs that can then be used
to refer to the matched documents in an external database.
A strong attention to performance and code cleanliness has been
given when designing Sonic. It aims at being crash-free, super-fast
and puts minimum strain on server resources.
WWW: https://github.com/valeriansaliou/sonic
Notes
Notes:
svn path=/head/; revision=497739
Diffstat (limited to 'GIDs')
-rw-r--r-- | GIDs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ kafka:*:234: openhab:*:235: rspamd:*:236: paperless:*:237: -# free: 238 +sonic:*:238: # free: 239 aprsd:*:240: tnc:*:241: |