From bf67630addf962962ce644c73e7d812da45cfa9e Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 3 Apr 2019 17:43:12 +0000 Subject: 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 --- GIDs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GIDs') diff --git a/GIDs b/GIDs index 9f8ea56a9c1f..5277190cc87d 100644 --- a/GIDs +++ b/GIDs @@ -178,7 +178,7 @@ kafka:*:234: openhab:*:235: rspamd:*:236: paperless:*:237: -# free: 238 +sonic:*:238: # free: 239 aprsd:*:240: tnc:*:241: -- cgit v1.2.3