aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/i_direct_posting_store.h
Commit message (Expand)AuthorAgeFilesLines
* Support direct posting store API for single integer attributes.Geir Storli2023-12-131-1/+8
* Add function that maps an enum store index to its integer value.Geir Storli2023-12-081-3/+4
* Handle combination of both weight iterators and bitvectors in DirectMultiTerm...Geir Storli2023-11-301-0/+1
* Prepare for direct btree posting list iterators with only docids.Geir Storli2023-11-271-0/+8
* Rename DocumentWeightIterator to DocidWithWeightIterator.Geir Storli2023-11-231-1/+1
* Rename IDocumentWeightAttribute to IDocidWithWeightPostingStore.Geir Storli2023-11-231-0/+55