Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • liber liber
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ale
  • liberliber
  • Merge requests
  • !10

Update module github.com/blevesearch/bleve/v2 to v2.3.6

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged renovate requested to merge renovate/github.com-blevesearch-bleve-v2-2.x into master Jun 06, 2021
  • Overview 0
  • Commits 1
  • Pipelines 10
  • Changes 293+

This MR contains the following updates:

Package Type Update Change
github.com/blevesearch/bleve/v2 require minor v2.0.3 -> v2.3.6

Release Notes

blevesearch/bleve

v2.3.6

Compare Source

Bug Fixes
  • More efficient alignment for chunkedContentCoder (https://github.com/blevesearch/zapx/pull/147)
  • Addressed issue in indexing unigrams before punctuations in Japanese (cjk) (https://github.com/blevesearch/bleve/pull/1724)
  • Addressed facets string output limitation for date ranges and numeric ranges reported by https://github.com/blevesearch/bleve/issues/1763 with https://github.com/blevesearch/bleve/pull/1764
  • Fixed inaccurate IO stats accounting while loading segment metadata (https://github.com/blevesearch/bleve/pull/1769)
Enhancements
  • New bytesRead attribute in search response (https://github.com/blevesearch/bleve/pull/1752, https://github.com/blevesearch/zapx/pull/142)
    • Applicable to zapx v15 only
  • New tests showcasing performance benchmarks for popular queries (https://github.com/blevesearch/bleve/pull/1755)
Milestone
  • v2.3.6

v2.3.5

Compare Source

Bug Fixes
  • Fixed throughput regression reported with https://github.com/blevesearch/bleve/issues/1731
    • https://github.com/blevesearch/bleve/pull/1738
    • https://github.com/blevesearch/bleve_index_api/pull/30
    • https://github.com/blevesearch/scorch_segment_api/pull/20
  • Fix intersection logic for geo JSON searches, more unit tests
    • https://github.com/blevesearch/geo/pull/10
    • https://github.com/blevesearch/bleve/pull/1720
  • Fix to support IP Range query
    • https://github.com/blevesearch/bleve/pull/1735
Other
  • Breaking change in defining custom analyzers
    • https://github.com/blevesearch/bleve/pull/1729 (this is needed to allow custom analyzer definition without needing to always define CharFilters, Tokenizer, TokenFilters)
  • Update spf13/cobra version v1.4.0 (to drop a number of indirect dependencies)
    • https://github.com/blevesearch/bleve/commit/aba7d6c0aa1bf36b2c30426e4c4f871f1a073dd1
Milestone
  • v2.3.5

v2.3.4

Compare Source

Enhancements
  • Support store option for the geoshape field (https://github.com/blevesearch/bleve/pull/1714)
  • Publishing read/write stats based on usage (https://github.com/blevesearch/bleve/pull/1702 , https://github.com/blevesearch/bleve/pull/1710)

v2.3.3

Compare Source

Enhancements
  • Introduce geo JSON spatial capability (https://s2geometry.io/)
    • More on this: https://github.com/blevesearch/bleve/blob/v2.3.3/geo/README.md
Bug Fixes
  • Fix for https://github.com/blevesearch/bleve/issues/1681

v2.3.2

Compare Source

Minor changes
  • Adding configurable default threshold for field TFR cache (https://github.com/blevesearch/bleve/pull/1666)
  • Forked certain third party dependencies (https://github.com/blevesearch/bleve/pull/1667)

v2.3.1

Compare Source

Bug Fixes
  • Fix for potential file handle leaks in merger. (https://github.com/blevesearch/bleve/pull/1652)
  • Place a nil guard within TermFacets' Terms() API (https://github.com/blevesearch/bleve/pull/1654)
  • Upgrade zapx versions (https://github.com/blevesearch/bleve/pull/1655)
    • Place bounds check within memUvarintReader's ReadUvarint (https://github.com/blevesearch/zapx/pull/107)

v2.3.0

Compare Source

Enhancements
  • Upgrade to golang.org/x/text to v0.3.7 (https://github.com/blevesearch/bleve/pull/1645)
  • Optimize FacetsBuilder's UpdateVisitor - for some significant performance gains (https://github.com/blevesearch/bleve/pull/1405) (changes API)
  • Optimize TermFacets - for significant performance gains (https://github.com/blevesearch/bleve/pull/1404) (changes API)
  • Introduce support for a new document field type: IP that supports range queries (https://github.com/blevesearch/bleve/pull/1546)
Bug Fixes
  • Fix breakage in highlighting when using the HTML character filter (https://github.com/blevesearch/bleve/pull/1641)
  • Fix issue in parsing query strings over numeric data with boost settings (https://github.com/blevesearch/bleve/pull/1639)
  • Address seg faults seen within zap; zap versions upgrade (https://github.com/blevesearch/zapx/pull/95, https://github.com/blevesearch/zapx/pull/96)
  • Fix out-of-bounds issue while highlighting without term locations (https://github.com/blevesearch/bleve/pull/1590)

v2.2.2

Compare Source

Enhancements
  • Adding support for croatian (hr) (https://github.com/blevesearch/bleve/pull/1517)
    • Fixes to import paths (https://github.com/blevesearch/bleve/pull/1634)

v2.2.1

Compare Source

Bug Fixes
  • Fix issue in previous release in the tag used for blevesearch/vellum (https://github.com/blevesearch/bleve/pull/1630)

v2.2.0

Compare Source

Enhancements
  • Upgrade to RoaringBitMap/roaring@v0.9.4 (https://github.com/blevesearch/bleve/pull/1626)
    • Involves upgrading zapx, scorch_segment_api, vellum versions
Bug Fixes
  • Fix issue in read-only mode of scorch index (https://github.com/blevesearch/bleve/pull/1624)

v2.1.1

Compare Source

Enhancements
  • Introducing a new hierarchy token filter (https://github.com/blevesearch/bleve/pull/1570)
Bug Fixes
  • Update version of roaring used by dependency: scorch_segment_api to match bleve (https://github.com/blevesearch/bleve/pull/1622)
  • Fix to firing error on panic in scorch async routines (https://github.com/blevesearch/bleve/pull/1566)

v2.1.0

Compare Source

Enhancements
  • Supporting backup (copy) of an online scorch index (https://github.com/blevesearch/bleve/pull/1605)
Bug Fixes
  • Address a panic in the merger loop (https://github.com/blevesearch/bleve/pull/1613)

v2.0.7

Compare Source

Bug Fixes
  • Fix to HighTerm while sorting "missing" values (https://github.com/blevesearch/bleve/pull/1608)
  • Fix to handling empty field name (https://github.com/blevesearch/bleve/pull/1594)

v2.0.6

Compare Source

This release hopefully completes the cleanup of v2.x for issues caused by one of our dependencies moving a repository.

  • Roaring Bitmaps updated to v0.7.3
  • Update to vellum v1.0.5
  • Update to zapx v15.2.1 v14.2.1 v13.2.1 v12.2.1 v11.2.1

Things brings all the repositories to the same versions of Roaring bitmaps and bitset libraries.

v2.0.5

Compare Source

Emergency Release

Update to latest Roaring bitmaps (v0.7.1). This release is being made in an attempt to fix a completely broken repository. This has NOT had the usual testing, and users with backwards compatibility concerns should NOT upgrade at this time.

We will update this message as we learn more.

v2.0.4: (BROKEN)

Compare Source

Emergency release to try and fix issues caused by the repository rename of one of our dependencies: #​1592

Bug fixes:

  • Update repository name #​1592
  • Switch to newer vellum also addressing package rename issue #​1596
  • Remove redundant code #​1582

BROKEN: this release still contains dependency issues


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited Jan 24, 2023 by renovate
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/github.com-blevesearch-bleve-v2-2.x