aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlenumericpostattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Support direct posting store API for single string attribute.Geir Storli2023-12-141-4/+4
* Support direct posting store API for single integer attributes.Geir Storli2023-12-131-1/+10
* Rename PostingList to PostingStore to be more precise.Geir Storli2023-11-211-1/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* cleanup whitespaceArne Juul2023-04-301-2/+2
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename onGenerationChange() -> before_inc_generation() and change parameter t...Geir Storli2022-10-121-1/+1
* Factor out SingleEnumSearchContext and SingleNumericEnumSearchContext fromTor Egge2022-04-011-3/+0
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+1
* 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-1/+0
* - Signal that we are using the default comaparator with no additional or muta...Henning Baldersheim2021-04-201-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-2/+2
* Rename functions used to load posting lists.Geir Storli2019-09-041-4/+6
* 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-1/+1
* Change typedef -> using, and remove unused ones.Geir Storli2019-08-221-33/+25
* Simplify how enum store is batch updated to prepare for new enum store.Geir Storli2019-08-211-1/+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
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Add onAddDocs interface and many 'override' specifications.Henning Baldersheim2017-01-221-13/+14
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-30/+10
* PublishJon Bratseth2016-06-151-0/+121