aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/diskindex/zc4_posting_reader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* GC unused assert includesHenning Baldersheim2023-05-171-3/+2
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Correct code for doing rare buffer flip when reading compressed posting list.Tor Egge2019-09-061-1/+1
* Rename cheap features to interleaved features.Tor Egge2019-06-181-2/+2
* Extend Zc4/Zc5 postings with "cheap" features interleaved with docid deltaTor Egge2019-05-081-0/+20
* Use helper classes for checking skip info.Tor Egge2019-05-031-7/+12
* Move endian independent portion of Zc4PostingReader to Zc4PostingReaderBase.Tor Egge2019-05-021-377/+25
* Make member variables in DocIdAndFeatures non-public.Geir Storli2019-04-301-2/+2
* Check that posting list for fake word can be read by posting list reader.Tor Egge2019-04-291-12/+26
* Factor out Zc4PostingReader from Zc4PostingSeqRead.Tor Egge2019-04-281-0/+424