aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/diskindex/zc4_posting_writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-071-10/+7
* GC unused assert includesHenning Baldersheim2023-05-171-0/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Try to hide implementation.Henning Baldersheim2020-05-101-8/+3
* Rename cheap features to interleaved features.Tor Egge2019-06-181-1/+1
* Extend Zc4/Zc5 postings with "cheap" features interleaved with docid deltaTor Egge2019-05-081-8/+14
* Make member variables in DocIdAndFeatures non-public.Geir Storli2019-04-301-2/+2
* Style fixes.Tor Egge2019-04-151-2/+1
* Style fixes.Tor Egge2019-04-111-31/+32
* Factor out Zc4PostingWriter from Zc4PostingSeqWrite.Tor Egge2019-04-111-0/+269