aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/postinglistattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Rename search::DocIdIterator to search::ArrayIterator.Geir Storli2023-11-231-1/+1
* Rename PostingList to PostingStore to be more precise.Geir Storli2023-11-211-8/+8
* More detailed posting store memory usage in attribute explorer.Geir Storli2023-11-101-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-1/+1
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-3/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Use the enum batch updater directly. This avoids a temporary map and you ha...Henning Baldersheim2021-05-021-2/+0
* Wire in compaction of posting lists.Tor Egge2021-04-201-0/+2
* Make folding a runtime argument rather than a compiletime desicionHenning Baldersheim2021-04-201-1/+1
* - Make all use of comparator const.Henning Baldersheim2021-04-191-5/+5
* Prepare for reducing direct usage of EnumPostingTree and increasing usageTor Egge2021-03-151-2/+2
* Convert comparator from being a simple comparator to using an explicit less m...Henning Baldersheim2021-03-091-1/+1
* GC unused typeddefs and params.Henning Baldersheim2021-03-031-1/+0
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-6/+6
* Rename functions used to load posting lists.Geir Storli2019-09-041-3/+3
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-1/+1
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-2/+2
* Cleanup leftovers for loading string attribute vector from non enumerated files.Tor Egge2019-08-281-0/+1
* Add interface for an enum store.Geir Storli2019-08-281-7/+7
* Rename enum store dictionary api and implementation and move to separate files.Geir Storli2019-08-271-8/+9
* Change typedef -> using, and remove unused ones.Geir Storli2019-08-221-24/+23
* Remove unused enum store code.Geir Storli2019-08-201-1/+0
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-2/+2
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Expose posting list memory usage in attribute vector explorer.Tor Egge2017-09-191-0/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-2/+2
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-71/+21
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-041-2/+2
* Move datastore classes to separate sub library.Geir Storli2016-11-031-1/+1
* PublishJon Bratseth2016-06-151-0/+165