0
0
bleve/index/upside_down
Marty Schoch 57358088ec fix row merging bug
trying to be clever, we reused the memory allocated for the left
operand when doing partial merges
this had been tested to be safe, in general.  however, the
implementation was then written such that we always reused
globally defined operands, this meant that we mutated
the operands which were intended to always represent
+1/-1
this then cascades quickly to making increment/decrement
values much larger/smaller than they should be
related to #197
2015-05-06 11:00:04 -04:00
..
analysis_pool.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
benchmark_all.sh refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
benchmark_boltdb_test.go standardize on including 1000 sized batches 2015-04-24 17:31:34 -04:00
benchmark_common_test.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
benchmark_cznicb_test.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
benchmark_forestdb_test.go standardize on including 1000 sized batches 2015-04-24 17:31:34 -04:00
benchmark_goleveldb_test.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
benchmark_gorocksdb_test.go adding initial impl of rocksdb kv store 2015-04-24 17:19:44 -04:00
benchmark_gtreap_test.go standardize on including 1000 sized batches 2015-04-24 17:31:34 -04:00
benchmark_inmem_test.go standardize on including 1000 sized batches 2015-04-24 17:31:34 -04:00
benchmark_leveldb_test.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
benchmark_null_test.go standardize on including 1000 sized batches 2015-04-24 17:31:34 -04:00
dump_test.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
dump.go fix issues identified by errcheck 2015-04-07 12:04:59 -04:00
field_dict_test.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
field_dict.go significant change to index format, support dictionary rows 2015-03-10 16:22:19 -04:00
field_index_cache.go text analysis now moved out of index write lock onto goroutine 2014-09-24 08:13:14 -04:00
index_reader.go fix issues identified by errcheck 2015-04-07 13:05:47 -04:00
reader_test.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
reader.go major improvements to index row encoding 2015-04-03 16:50:48 -04:00
row_merge_test.go fix row merging bug 2015-05-06 11:00:04 -04:00
row_merge.go fix row merging bug 2015-05-06 11:00:04 -04:00
row_test.go fix bug, dictionary row encoding buffer too small 2015-05-06 10:04:02 -04:00
row.go fix bug, dictionary row encoding buffer too small 2015-05-06 10:04:02 -04:00
stats.go added support for tracking index stats and exposing via expvar 2014-10-02 11:12:49 -07:00
upside_down_test.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
upside_down.go refactor of kvstore api to support native merge in rocksdb 2015-04-24 17:13:50 -04:00
upside_down.pb.go Update protobuf imports 2014-12-10 01:24:59 +03:00
upside_down.proto major change to fields 2014-08-19 08:58:26 -04:00