bleve v1.0.14 Release Notes

Release Date: 2020-12-08 // over 3 years ago
  • 🚀 This version is identical to v1.0.13 except that the go.mod now refers to a tagged release (v1.0.0) of the blevex module.

    🚀 This was necessary as blevex master will soon be evolving to support the planned release of Bleve 2.0.0.


Previous changes from v1.0.13

  • ✨ Enhancements
    • 👌 Support for zap v15.0.2 a file-format compatible change which improves performance (blevesearch/zap#44)
    🐛 Bug Fixes
    • 🛠 Fix analyzer lookup during search when the field name contains the . character (#1496)
    • ✂ Remove duplicated text in the help output of the command-line tool (#1489)
    • 🛠 Fix an inconsistency between an index mapping's default value for DocValuesDynamic and the omitempty JSON struct tag (#1485)