Skip to content

Fluxzero 1.126.0

Choose a tag to compare

@jbruinink jbruinink released this 03 Jul 10:42

1.126.0 (2026-03-27)

Features

  • feat(search): store document metadata as entries (e5a86e2)

    Move indexed document metadata from facets to internal document entries so high-cardinality metadata values no longer pollute facet statistics.

    Expose metadata lazily on Document, SerializedDocument, and SearchHit while keeping SerializedDocument metadata out of the wire format. Preserve metadata matching and add regressions for dotted, slashed, and numeric metadata keys.