0
0
Fork 0
bleve/cmd/bleve/cmd/zap
Steve Yen 621b58dd83 scorch zap replace locsBitmap w/ 1 bit from freq-norm varint encoding
NOTE: this is a zap file format change.

The separate "postings locations" roaring Bitmap that encoded whether
a posting has locations info is now replaced by the least significant
bit in the freq varint encoded in the freq-norm chunkedIntCoder.

encode/decodeFreqHasLocs() are added as helper functions.
2018-03-22 17:43:07 -07:00
..
dict.go improve command-line tool for zap 2018-03-19 14:57:30 -04:00
docvalue.go moving to new offset slice format 2018-03-13 14:06:48 +05:30
explore.go scorch zap replace locsBitmap w/ 1 bit from freq-norm varint encoding 2018-03-22 17:43:07 -07:00
fields.go refactor scorch/zap command-line tools under bleve 2018-01-05 10:17:18 -05:00
footer.go refactor scorch/zap command-line tools under bleve 2018-01-05 10:17:18 -05:00
root.go refactor scorch/zap command-line tools under bleve 2018-01-05 10:17:18 -05:00
stored.go refactor scorch/zap command-line tools under bleve 2018-01-05 10:17:18 -05:00