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

blevesearch / bleve / 20958633242
53%

Build:
DEFAULT BRANCH: master
Ran 13 Jan 2026 01:35PM UTC
Jobs 1
Files 417
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

13 Jan 2026 01:33PM UTC coverage: 53.696% (-0.03%) from 53.722%
20958633242

push

github

web-flow
MB-69881: Improved APIs and perf optimizations for vector search (#2270)

- Use a `bitset` to track eligible documents instead of a slice of `N
uint64s`, reducing memory usage from `8N bytes` to `N/8 bytes` per
segment (up to `64×` reduction) and improving cache locality.
- Pass an iterator over eligible documents that iterates the bitset
directly, allowing direct translation into a bitset of eligible vector
IDs in the storage layer and eliminating the need for a separate slice
intermediary.
- Fix garbage creation in the `UnadornedPostingsIterator`, which
previously allocated a temporary struct per Next() call to wrap a doc
number and satisfy the `Postings` interface; the iterator now returns a
single reusable struct (one-time allocation) consistent with the working
of the `PostingsIterator` in the storage-layer.
- Avoid unnecessary `BytesRead` statistics computation when executing
searches in no-scoring mode, removing redundant work as a
micro-optimization.

---------

Co-authored-by: Abhinav Dangeti <abhinav@couchbase.com>

22 of 41 new or added lines in 9 files covered. (53.66%)

13 existing lines in 4 files now uncovered.

19095 of 35561 relevant lines covered (53.7%)

0.6 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% analysis/analyzer/custom/custom.go
2
0.0
0.0% cmd/bleve/cmd/registry.go
2
0.0
0.0% index/scorch/optimize.go
14
6.5
-0.33% index/scorch/unadorned.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
6.5
-0.33% index/scorch/unadorned.go
2
61.97
-0.43% index/scorch/merge.go
2
88.89
-2.22% index/upsidedown/store/gtreap/iterator.go
8
90.23
-1.29% index/scorch/introducer.go
Jobs
ID Job ID Ran Files Coverage
1 20958633242.1 13 Jan 2026 01:35PM UTC 417
53.7
GitHub Action Run
Source Files on build 20958633242
  • Tree
  • List 417
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 32d98823 on github
  • Prev Build on master (#20225609024)
  • Next Build on master (#21043483335)
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