Releases: blugelabs/bluge
Releases · blugelabs/bluge
v0.2.2
v0.2.1
v0.2.0
v0.1.9
Developer Preview 1h
Developer Preview 1g
Some incantations of go get
were still returning error messages about the renamed willf/bitset
repository. This release updates all bluge's dependencies which also indirectly depended on this repository.
- roaring bitmaps
- bluge_segment_api
- ice
- vellum (also switched from couchbase repo to blevesearch, as this is the official maintained version now)
We hope this nightmare is over.
Developer Preview 1f
Developer Preview 1e
Enhancements:
- support sloppy phrase query
- query fields have accessor methods
Bug fixes:
- fix panic in ASCII folding filter
- HTML highlighter does proper escaping
Developer Preview 1d
Bug fixes:
- fix panic using in-memory indexes
- fix data race with in-memory indexes
- fix typo in error message
Documentation Improvements:
- Go docs added for TopNSearch
Developer Preview 1c
Expose a public API to use a custom directory implementation. This is important functionality to demonstrate ways that applications can extend Bluge themselves.