0
0
Fork 0
bleve/cmd/bleve/cmd/zap
Steve Yen 7a19e6fd7e scorch zap replace locsBitmap w/ 1 bit from freq-norm varint encoding
This is attempt #2 of the optimization that replaces the locsBitmap,
without any changes from the original commit attempt.  A commit that
follows this one contains the actual fix.

See also...
- commit 621b58dd83 (the 1st attempt)
- commit 49a4ee60ba (the revert)

-------------
The original commit message body from 621b58 was...

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-23 12:50:24 -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-23 12:50:24 -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