This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/blevesearch/bleve/v2 | require | patch |
v2.3.4 -> v2.3.8
|
Release Notes
blevesearch/bleve
v2.3.8

Bug Fixes
- Addresses panics that could occur within zap (with zap@v15.3.10)
- Fixes analyzer inheritance for default mapping with https://github.com/blevesearch/bleve/pull/1807
- Addresses https://github.com/blevesearch/bleve/issues/1816 by fixing CLI's completion generation with https://github.com/blevesearch/bleve/pull/1817
Enhancements
- Introduces a new not-so-aggressive plural stemmer (
stemmer_en_plural
) for english with https://github.com/blevesearch/bleve/pull/1808
Milestone
v2.3.7
Bug Fixes
- Replaced deprecated io/ioutil functions with https://github.com/blevesearch/bleve/pull/1781
- Fixed situation where bytesRead will not appear in search response if query gets everything it needs from mmaped content with https://github.com/blevesearch/bleve/pull/1788
- Fixed a panic due to misalignment within chunkedContentCoder on 32-bit platforms with https://github.com/blevesearch/zapx/pull/148 and https://github.com/blevesearch/bleve/pull/1791 (only applicable to zap@v15)
- A bot upgraded the golang.org/x/text version we use from 0.3.7 to 0.3.8 with https://github.com/blevesearch/bleve/pull/1792
🥇 - Include bytesWritten into bbolt (metadata for scorch) with https://github.com/blevesearch/bleve/pull/1774
Enhancements
- Support for improved rollback behavior by allowing sampling of snapshots based on a time interval with https://github.com/blevesearch/bleve/pull/1776 . Default behavior remains the same
- Changed the signature of scorch's AsyncErrorCallback with https://github.com/blevesearch/bleve/pull/1800 to provide more context. This is a breaking change.
Milestone
v2.3.6
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.5
Bug Fixes
- Fixed throughput regression reported with https://github.com/blevesearch/bleve/issues/1731
- Fix intersection logic for geo JSON searches, more unit tests
- Fix to support IP Range query
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)
Milestone
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.