directory
2.4.4
Repository: https://github.com/blevesearch/bleve.git
Documentation: pkg.go.dev

# Packages

Package boltdb implements a store.KVStore on top of BoltDB.
Package gtreap provides an in-memory implementation of the KVStore interfaces using the gtreap balanced-binary treap, copy-on-write data structure.
Package metrics provides a bleve.store.KVStore implementation that wraps another, real KVStore implementation, and uses go-metrics to track runtime performance metrics.