🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
23 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/integration/scripts/run.sh | 1 | #!/usr/bin/env bash |
| LOW | src/stopwords/amh.rs | 1 | // Sonic |
| LOW | src/stopwords/tuk.rs | 1 | // Sonic |
| LOW | src/stopwords/ori.rs | 1 | // Sonic |
| LOW | src/stopwords/bel.rs | 1 | // Sonic |
| LOW | src/stopwords/jav.rs | 1 | // Sonic |
| LOW | src/stopwords/uzb.rs | 1 | // Sonic |
| LOW | src/stopwords/aka.rs | 1 | // Sonic |
| LOW | src/stopwords/sin.rs | 1 | // Sonic |
| LOW | src/stopwords/mkd.rs | 1 | // Sonic |
| LOW | src/stopwords/sna.rs | 1 | // Sonic |
| LOW | src/stopwords/tel.rs | 1 | // Sonic |
| LOW | src/stopwords/cym.rs | 1 | // Sonic |
| LOW | src/util/mod.rs | 1 | // Sonic |
| LOW | src/server/mod.rs | 1 | // Sonic |
| LOW | src/executor/flushc.rs | 1 | // Sonic |
| LOW | src/store/fst.rs | 601 | |
| LOW | src/tasker/mod.rs | 1 | // Sonic |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/store/kv.rs | 205 | // Step 1: List keys to be flushed |
| LOW | src/store/kv.rs | 259 | // Step 2: Flush KVs, one-by-one (sequential locking; this avoids global locks) |
| LOW | src/store/fst.rs | 215 | // Step 1: List keys to be consolidated |
| LOW | src/store/fst.rs | 276 | // Step 2: Clear keys to be consolidated from register |
| LOW | src/store/fst.rs | 291 | // Step 3: Consolidate FSTs, one-by-one (sequential locking; this avoids global locks) |