0
0
Fork 0
bleve/cmd/bleve/cmd
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
..
scorch fix cmd/bleve help string for internal command 2018-03-22 17:43:07 -07:00
zap scorch zap replace locsBitmap w/ 1 bit from freq-norm varint encoding 2018-03-23 12:50:24 -07:00
bulk.go use cobra command Annotations to identify mutating commands 2017-02-15 15:37:26 -05:00
check.go add the bleve check tool 2016-10-22 06:11:50 -04:00
count.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
create.go use cobra command Annotations to identify mutating commands 2017-02-15 15:37:26 -05:00
dictionary.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
dump.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
dumpDoc.go Added name to copyright notice 2017-03-28 12:17:26 -05:00
dumpFields.go Added name to copyright notice 2017-03-28 12:17:26 -05:00
fields.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
index.go fix minor typo 2018-01-06 21:04:03 -05:00
mapping.go fix misspellings 2016-10-02 12:11:15 -04:00
query.go added hyphen in query sort by option 2017-05-18 11:27:51 -07:00
registry.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
root.go use cobra command Annotations to identify mutating commands 2017-02-15 15:37:26 -05:00
scorch.go refactor scorch/zap command-line tools under bleve 2018-01-05 10:17:18 -05:00
zap.go refactor scorch/zap command-line tools under bleve 2018-01-05 10:17:18 -05:00