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)