diff options
author | tobik <tobik@FreeBSD.org> | 2019-04-04 01:43:12 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-04-04 01:43:12 +0800 |
commit | 9603f95ca8f6b4468c999257c9b69dfe4abea8ec (patch) | |
tree | ce75e19586f697f053a60dbb91d4f31cb9fabb8a /UIDs | |
parent | 665c96efe3160fa5b55a23f866e01387ada5e134 (diff) | |
download | freebsd-ports-gnome-9603f95ca8f6b4468c999257c9b69dfe4abea8ec.tar.gz freebsd-ports-gnome-9603f95ca8f6b4468c999257c9b69dfe4abea8ec.tar.zst freebsd-ports-gnome-9603f95ca8f6b4468c999257c9b69dfe4abea8ec.zip |
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
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ kafka:*:234:234::0:0:Apache Kafka user:/nonexistent:/usr/sbin/nologin openhab:*:235:235::0:0:openHAB user:/var/db/openhab2/home:/usr/sbin/nologin rspamd:*:236:236::0:0:rspamd pseudo-user:/nonexistent:/usr/sbin/nologin paperless:*:237:237::0:0:paperless user:/var/db/paperless:/bin/sh -# free: 238 +sonic:*:238:238::0:0:sonic user:/var/db/sonic:/usr/sbin/nologin # free: 239 aprsd:*:240:240::0:0:aprsd:/nonexistent:/bin/sh tnc:*:241:241::0:0:aprsd:/nonexistent:/bin/sh |