Skip to content

Releases: blevesearch/bleve

v2.3.5

20 Oct 16:57
20e6eb5
Compare
Choose a tag to compare
Bug Fixes
Other
  • Breaking change in defining custom analyzers
    • #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

v2.3.4

18 Aug 15:35
8ab8826
Compare
Choose a tag to compare
Enhancements
  • Support store option for the geoshape field (#1714)
  • Publishing read/write stats based on usage (#1702 , #1710)

v2.3.3

07 Jul 16:26
55eb9cf
Compare
Choose a tag to compare
Enhancements
Bug Fixes

v2.3.2

22 Mar 15:15
1544ddc
Compare
Choose a tag to compare
Minor changes
  • Adding configurable default threshold for field TFR cache (#1666)
  • Forked certain third party dependencies (#1667)

v2.3.1

24 Feb 15:56
ad4aac4
Compare
Choose a tag to compare
Bug Fixes
  • Fix for potential file handle leaks in merger. (#1652)
  • Place a nil guard within TermFacets' Terms() API (#1654)
  • Upgrade zapx versions (#1655)

v2.3.0

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

v2.2.2

28 Oct 17:40
251e18e
Compare
Choose a tag to compare
Enhancements
  • Adding support for croatian (hr) (#1517)
    • Fixes to import paths (#1634)

v2.2.1

04 Oct 21:45
5a71005
Compare
Choose a tag to compare
Bug Fixes
  • Fix issue in previous release in the tag used for blevesearch/vellum (#1630)

v2.2.0

21 Sep 20:46
a4e14e4
Compare
Choose a tag to compare
Enhancements
Bug Fixes
  • Fix issue in read-only mode of scorch index (#1624)

v2.1.1

14 Sep 16:57
a74298a
Compare
Choose a tag to compare
Enhancements
  • Introducing a new hierarchy token filter (#1570)
Bug Fixes
  • Update version of roaring used by dependency: scorch_segment_api to match bleve (#1622)
  • Fix to firing error on panic in scorch async routines (#1566)