0
0
bleve/index/store
Steve Yen 80623f4a8a MB-20101 - moss KV fix Get() of 0-length vals
The moss KV store adapter's Get() implementation was incorrectly
transforming a 0-length val (e.g., []byte{}) into a nil val.
2016-07-15 14:41:30 -07:00
..
boltdb Add boltdb config test 2016-06-14 13:36:40 -06:00
goleveldb rename defaultBatchSize to defaultCompactBatchSize 2016-06-01 14:25:57 -06:00
gtreap added KVWriter.NewBatchEx() method 2016-01-13 16:19:04 -08:00
metrics do not put +/-Inf or NaN values into the stats map 2016-04-15 13:39:30 -04:00
moss MB-20101 - moss KV fix Get() of 0-length vals 2016-07-15 14:41:30 -07:00
null added KVWriter.NewBatchEx() method 2016-01-13 16:19:04 -08:00
test Fix some typos 2016-01-15 05:46:27 +07:00
batch.go added Close() method to KVBatch interface 2016-01-07 17:54:21 -08:00
kvstore.go add support for gathering stats via map for easier consumption 2016-03-07 18:37:46 -05:00
merge.go remove NativeMergeOperator from core, it requires unsafe 2016-03-24 12:06:43 -04:00
multiget.go added KVReader.MultiGet() method 2016-01-13 15:12:10 -08:00