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

blevesearch / bleve
52%
master: 52%

Build:
Build:
LAST BUILD BRANCH: perf-fuzzy-regexp-opts
DEFAULT BRANCH: master
Repo Added 17 Apr 2014 11:39PM UTC
Files 429
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

LAST BUILD ON BRANCH perf-standalone-opts
branch: perf-standalone-opts
CHANGE BRANCH
x
Reset
  • perf-standalone-opts
  • BQMain
  • HEAD
  • MB-65018
  • MB-71114-knn-doc-score-explanation-fix
  • MB-71967-search-field-override-fix
  • MB-71968
  • ajroetker/add-dynamic-index-templates
  • ajroetker/add-more-complex-aggregation-support
  • ajroetker/add-result-deduplication-aka-collapsing
  • alice
  • backport_MB-37392
  • backport_json_tags
  • backport_merger_fix
  • backport_polygon1
  • backport_polygon_changes
  • batchFlush
  • blas
  • bolt
  • boltLeak
  • bugFix
  • cacheRootCount
  • close_err
  • commitProtocol
  • compaction_bytes_stats
  • conditional_snappy
  • config_fix
  • cosineFix
  • coveralls
  • cq
  • ctl-timeout-test
  • custom-query-error-propagation
  • custom_expl
  • cut_snappy_calls
  • defensiveChecks
  • dependabot/go_modules/golang.org/x/net-0.55.0
  • deps
  • dev
  • doc-260
  • docnum_missing_fix
  • docs
  • drop
  • encryptTrainedIndex
  • error_fuzzy
  • faissUP
  • fallbackPath
  • fastbivf
  • fastmerge
  • fileCallbacks
  • fileTransfer
  • filterFix
  • firestorm
  • fix-2362-bare-slash-query
  • fixes
  • fmdoc
  • funcFix
  • geo
  • geoPerf
  • geopoint_docvalues
  • goModUp
  • gofmt
  • govariant_removal
  • gpu
  • gpu-logging
  • gpu-stats
  • gpuDoc
  • indexAPI
  • indexExhaust
  • knnDup
  • loadchunk_minor
  • mad-hatter-release
  • master
  • master-geopoint
  • max_segment_size
  • mb70770
  • mergePlan
  • metareader
  • minor_docvalue_space_savings
  • minor_fixes
  • mod
  • multisearch-fix
  • nested
  • nestedDocSize
  • new_lev
  • newlev_adoption
  • nullIssue
  • numsnapshots_config
  • open_fix
  • parMerge
  • perf
  • perf-fuzzy-regexp-opts
  • perfGar1
  • persister_fix
  • pre-bbolt-bugfix
  • repos
  • rollback
  • scorch
  • scorchStatsFix
  • simplifyFilter
  • single-disjunction-min
  • snap
  • temp
  • tfr_advance
  • trainingParams
  • travis_failure_fix
  • unit-tests
  • update
  • upgrade
  • v0.1.0
  • v0.2.0
  • v0.3.0
  • v0.4.0
  • v0.5.0
  • v0.6.0
  • v0.7.0
  • v0.8.0
  • v0.8.1
  • v0.8.2
  • v0.9.0
  • v1.0.5
  • vectorsmd
  • vellum_for_fuzzy_regex
  • vellum_sha
  • vendot
  • verUp
  • vet_fixes
  • vulcan
  • zapConfig
  • zapUP
  • zapUp
  • zap_version

22 Jul 2026 05:18AM UTC coverage: 52.288% (-0.03%) from 52.321%
29893435053

Pull #2381

github

Thejas-bhat
naming changes
Pull Request #2381: MB-72489: standalone query hot-path optimizations

52 of 131 new or added lines in 8 files covered. (39.69%)

10 existing lines in 3 files now uncovered.

19856 of 37974 relevant lines covered (52.29%)

0.59 hits per line

Relevant lines Covered
Build:
Build:
37974 RELEVANT LINES 19856 COVERED LINES
0.59 HITS PER LINE
Source Files on perf-standalone-opts
  • Tree
  • List 429
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29893435053 perf-standalone-opts naming changes Pull #2381 22 Jul 2026 05:20AM UTC Thejas-bhat github
52.29
29865583207 perf-standalone-opts code cleanup + review comments Pull #2381 21 Jul 2026 08:24PM UTC Thejas-bhat github
52.3
29865339033 perf-standalone-opts code cleanup + review comments Pull #2381 21 Jul 2026 08:21PM UTC Thejas-bhat github
52.3
29859678029 perf-standalone-opts code cleanup + review comments Pull #2381 21 Jul 2026 07:01PM UTC Thejas-bhat github
52.29
29585071608 perf-standalone-opts refactor: rename adjustDocumentMatch to adjustKNNDocumentMatch The method only adjusts a hit when a corresponding KNN hit exists (it is called solely from the knnHits != nil branches). Rename it to make that scope explicit, per review feedback. ... Pull #2381 17 Jul 2026 01:44PM UTC capemox github
52.3
29555114833 perf-standalone-opts refactor: rename adjustDocumentMatch to adjustKNNDocumentMatch The method only adjusts a hit when a corresponding KNN hit exists (it is called solely from the knnHits != nil branches). Rename it to make that scope explicit, per review feedback. ... Pull #2381 17 Jul 2026 04:33AM UTC capemox github
52.28
29554927684 perf-standalone-opts remove redundant comments Pull #2381 17 Jul 2026 04:29AM UTC capemox github
52.28
29552921274 perf-standalone-opts test: assert composite-optimization iterator types implement the interfaces Verifying the reviewer's interface-completeness concern, add compile-time assertions that every postings-iterator type placed into an optimized termFieldReader's per-segm... Pull #2381 17 Jul 2026 03:40AM UTC capemox github
52.26
29552774093 perf-standalone-opts fix: implement ResetIterator on emptyPostingsIterator + assert iterator interfaces Verifying the reviewer's interface-completeness concern surfaced that emptyPostingsIterator implemented segment.PostingsIterator and OptimizablePostingsIterator bu... Pull #2381 17 Jul 2026 03:36AM UTC capemox github
52.27
29500000889 perf-standalone-opts chore: address PR review comments (comments, disjunction close, benchmarks) - Restore the concise "clear out the score breakdown map" comment in DocumentMatch.Reset (keep the nil-guard). - Drop the redundant fast-path comment in MergeFieldTermL... Pull #2381 16 Jul 2026 12:55PM UTC capemox github
52.3
See All Builds (3220)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc