0
0
bleve/index
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
..
store put in hack to allow boltdb reader isolation test to pass 2015-05-21 11:39:59 -04:00
upside_down fix case where NewBackIndexRowKV returns nil, nil 2015-05-27 19:04:57 -07:00
index.go clarify Batch is not threadsafe in docs 2015-05-15 15:04:52 -04:00