Skip to content

Sonic core v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 09:42
· 11 commits to master since this release
core-v0.2.0
3651429

Changes

Improvements to search results:

  • Implement BM25 lite (idf only) (in 0ac3e7b)
  • Minimum term idf, to avoid low-quality results at the end of the results list (in 58cd0e4)

New Features

  • Add support for Unicode normalization (in 678d5e1)
  • Add support for custom stopwords (in 764536e)
  • Add more RocksDB configuration keys (in 8eb3045)

Bug Fixes

  • Make QUERY insensitive to Unicode normal form (in 0fd1050)
  • Make stopwords insensitive to Unicode Normal Form (in 3f9782b)
  • Remove numbers from stopwords (in 4e11f75)