Skip to content

v2.4.0

Compare
Choose a tag to compare
@abhinavdangeti abhinavdangeti released this 20 Mar 17:14
· 96 commits to master since this release
e76f594

Screenshot 2024-08-20 at 3 19 18 PM

Bug Fixes
  • Fixes to spanish accents normalization (#1957)
  • Critical fix around facets merging which could've caused inconsistent results (#1946)
Improvements
  • Support for vectors indexing and search
    • Please read: vectors.md for more details
    • With this we will now default to a new zap format: v16, which co-locates text and vector indexes within scorch segments. v16 will be able to interpret v15 zap segments.
    • Requires the faiss dynamic library to be built from blevesearch/faiss@7b119f4
  • An empty query attribute within a SearchRequest will now be interpreted as a match_none (#2000)
Milestone