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

blevesearch / bleve
52%

Build:
DEFAULT BRANCH: master
Repo Added 17 Apr 2014 11:39PM UTC
Files 441
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • BQMain
  • HEAD
  • MB-65018
  • MB-71114-knn-doc-score-explanation-fix
  • MB-71967-search-field-override-fix
  • MB-71968
  • MB-72535
  • 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
  • gha-hygiene
  • goModUp
  • gofmt
  • govariant_removal
  • gpu
  • gpu-logging
  • gpu-stats
  • gpuDoc
  • indexAPI
  • indexExhaust
  • knnDup
  • loadchunk_minor
  • mad-hatter-release
  • 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
  • perf-gar-v17-collector
  • perf-standalone-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

07 Aug 2026 08:50AM UTC coverage: 51.685% (-0.8%) from 52.439%
31163377552

push

github

web-flow
MB-72376: Introducing New Geo-Shape Indexes (#2357)

- Added support for indexing and querying geo-shape index section
- Added new field type for geoshape_v2 which follows the same structure
as geoshape
- Updated geopoint related shapes to adhere to v2 interfaces
- Added the 4 types of queries, cell related operations and evaluators
to geov2 package
- Added a new searcher for geoshape_v2 which uses a constant scorer
- Added a query type to invoke the new searcher. The difference will be
instead of "geometry", it will require "geometry_v2"
- Added relevant tests for everything

188 of 963 new or added lines in 19 files covered. (19.52%)

223 existing lines in 6 files now uncovered.

20135 of 38957 relevant lines covered (51.69%)

0.58 hits per line

Relevant lines Covered
Build:
Build:
38957 RELEVANT LINES 20135 COVERED LINES
0.58 HITS PER LINE
Source Files on master
  • Tree
  • List 441
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31163377552 master MB-72376: Introducing New Geo-Shape Indexes (#2357) - Added support for indexing and querying geo-shape index section - Added new field type for geoshape_v2 which follows the same structure as geoshape - Updated geopoint related shapes to adhere ... push 07 Aug 2026 08:51AM UTC web-flow github
51.69
30386007559 master MB-72489: top-N collector optimizations (#2385) Top-N collector optimizations: **Changes:** - Replace `container/heap` with an inline ternary heap in the top-N collector — shallower siftDown, no interface dispatch. Collector benchmarks: ~14% fa... push 28 Jul 2026 06:08PM UTC web-flow github
52.44
30118928861 master MB-72489: fuzzy/regexp candidate-collection optimizations (#2382) Split out from #2381 per review — the fuzzy/regexp candidate-collection optimizations, as their own PR. No functional/API changes. ### Changes - **Trim fuzzy candidate-collection... push 24 Jul 2026 06:58PM UTC web-flow github
52.32
29896019522 master MB-72489: standalone query hot-path optimizations (#2381) Five standalone performance optimizations on query hot paths, each independently benchmarked (Apple M4 Pro, benchstat). No functional/API changes. ### Changes - **Fast-path `prepareDocum... push 22 Jul 2026 06:13AM UTC web-flow github
52.3
29515324004 master MB-71131: Support file writer callbacks for trained index (#2379) - implement the `fileWriterIDs` and `removeFileWriterIDs` APIs which fetch and remove the file writer IDs/keys corresponding to the trained segment. - refactor the request handling... push 16 Jul 2026 04:24PM UTC web-flow github
52.32
29028948530 master MB-72725: Unify batch merge logic (#2378) - [refactor] Unify usage of `mergeBatch` struct across file and in-memory segment merge to simplify logic and enhance code readability - [bug fix] Only mark segments as eligible for removal of file merge ... push 09 Jul 2026 03:19PM UTC web-flow github
52.32
29005282166 master chore: upgrade deps (#2377) - Upgrade the following dependencies: - `github.com/blevesearch/scorch_segment_api/v2` to `v2.4.8` - `github.com/blevesearch/zapx/v17` to `v17.2.0` push 09 Jul 2026 08:37AM UTC web-flow github
52.34
29004356496 master bug: Close bolt on error when updating index (#2376) - When updating an index with an updated mapping, we open bolt via scorch's `OpenMeta` API but we never close it on error. - The error case can happen if the user has given an invalid mapping o... push 09 Jul 2026 08:30AM UTC web-flow github
52.34
28983703970 master MB-72725: Improve efficiency of index compaction (#2373) - Fixed the planner picking a single-segment ("solo") fully live roster as the best candidate, which skipped a merge task. We now deliberately avoid hitting into this degenerate case, and o... push 08 Jul 2026 11:50PM UTC web-flow github
52.35
28801234151 master MB-72690: Fixed issue where meta file reader was nil (#2372) - meta file reader is expected to never be nil. Fixed unhandled case of opening older segments push 06 Jul 2026 03:02PM UTC web-flow github
52.21
See All Builds (3230)
  • 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