• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

freeeve / roaringrange / 26968279393
82%

Build:
DEFAULT BRANCH: main
Ran 04 Jun 2026 05:28PM UTC
Jobs 1
Files 5
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jun 2026 05:26PM UTC coverage: 82.075%. Remained the same
26968279393

push

github

freeeve
feat(terms): optional Snowball stemming + stop-word removal (step 5)

Adds a Tokenizer filter chain after the base SimpleTokenizer+LowerCaser:
optional stop-word removal then Snowball stemming (rust-stemmers, the crate
Tantivy uses; pure-Rust, wasm-safe). The config (flags bit0=stemmed/bit1=stopwords
+ a language byte) is recorded in the RRTI header so the reader rebuilds the
identical tokenizer and stems queries the same way — build/query symmetry.

- TermIndexConfig + write_term_index_with(w, docs, config); write_term_index stays
  the unstemmed convenience.
- TermIndex.open reads the flags and tokenizes queries through the configured chain.
- Language enum (English); stop-word list. 2 new tests (inflection match, stopword
  drop); wasm-pack build --features "wasm terms" confirms rust-stemmers builds for
  the browser. TERMS.md updated.

348 of 424 relevant lines covered (82.08%)

8.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26968279393.1 04 Jun 2026 05:28PM UTC 5
82.08
GitHub Action Run
Source Files on build 26968279393
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26968279393
  • ed36d903 on github
  • Prev Build on main (#26937241445)
  • Next Build on main (#26972280113)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc