Releases: blevesearch/bleve
Releases · blevesearch/bleve
v2.3.5
Bug Fixes
- Fixed throughput regression reported with #1731
- Fix intersection logic for geo JSON searches, more unit tests
- Fix to support IP Range query
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
v2.3.3
v2.3.2
v2.3.1
Bug Fixes
- Fix for potential file handle leaks in merger. (#1652)
- Place a nil guard within TermFacets' Terms() API (#1654)
- Upgrade zapx versions (#1655)
- Place bounds check within memUvarintReader's ReadUvarint (blevesearch/zapx#107)
v2.3.0
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
v2.2.1
v2.2.0
Enhancements
- Upgrade to RoaringBitMap/[email protected] (#1626)
- Involves upgrading zapx, scorch_segment_api, vellum versions
Bug Fixes
- Fix issue in read-only mode of scorch index (#1624)