Skip to content

Tags: antflydb/bleve

Tags

v2.5.8-antfly002

Toggle v2.5.8-antfly002's commit message
fix: update zapx replace to v17.0.2-antfly004

Picks up fix for nil map panic in invertedIndexCache.Clear() and
synonymIndexCache.Clear() during concurrent shard split operations.

v2.5.8-antfly001

Toggle v2.5.8-antfly001's commit message
Update expected byte counts in TestBytesWritten and TestBytesRead

Upstream removed Snappy compression for geo fields (commit 6b9420e),
increasing on-disk sizes. Updated expected values and switched fuzzy
query check to approxSame for slight run-to-run variance.

v2.5.8-antflydb.3

Toggle v2.5.8-antflydb.3's commit message
Update dependencies and promote hyperloglog/doublestar to direct deps

- Promote github.com/axiomhq/hyperloglog from indirect to direct
- Promote github.com/bmatcuk/doublestar/v4 from indirect to direct
- Update blevesearch packages to latest versions

v2.5.8-antflydb.2

Toggle v2.5.8-antflydb.2's commit message
Update dependencies and promote hyperloglog/doublestar to direct deps

- Promote github.com/axiomhq/hyperloglog from indirect to direct
- Promote github.com/bmatcuk/doublestar/v4 from indirect to direct
- Update blevesearch packages to latest versions

v2.5.8-antflydb.1

Toggle v2.5.8-antflydb.1's commit message
Release v2.5.8-antflydb.1

Rebased onto upstream/master with:
- MB-27666: Hierarchy Search
- MB-69881: Improved APIs and perf optimizations for vector search
- MB-69655: Fix vector normalization for multi-vectors
- MB-69641: Support for retrieval of multi-vector documents

Antflydb features:
- Aggregations framework (sum, avg, min, max, count, stats, cardinality)
- Bucket aggregations (terms, range, date_range, histogram, date_histogram)
- Geo aggregations (geohash_grid, geo_distance)
- Significant terms aggregation
- Field collapse with inner_hits support
- Dynamic templates for field mappings

v2.5.8-antflydb.0

Toggle v2.5.8-antflydb.0's commit message
Add documentation for dynamic templates feature

Documents the dynamic_templates functionality that allows fine-grained
control over how dynamically detected fields are mapped during indexing.
Covers template definition, matching criteria, glob patterns, inheritance,
and provides usage examples for both Go API and JSON configuration.