0
0
bleve/index/upside_down
Marty Schoch a58592ceff fix case where NewBackIndexRowKV returns nil, nil
the logic for reading the docID from the keys
in this row relies on the keys NEVER containing
the byte separator character (0xff), this is OK
as we require that all keys be valid utf-8
however, it turns out that in the case where this
rule was violated, we would panic, because we
return nil, nil and later try to print the doc id
2015-05-27 19:04:57 -07: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 properly use the stored array positions when loading a document 2015-05-15 15:47:54 -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 case where NewBackIndexRowKV returns nil, nil 2015-05-27 19:04:57 -07: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 fix tests which deadlock boltdb due to deferred cleanup 2015-05-21 12:29:31 -04:00
upside_down.go properly use the stored array positions when loading a document 2015-05-15 15:47:54 -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