aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlestringpostattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify after code review.Geir Storli2023-12-141-1/+1
* Support direct posting store API for single string attribute.Geir Storli2023-12-141-1/+10
* Rename PostingList to PostingStore to be more precise.Geir Storli2023-11-211-3/+3
* Update copyrightJon Bratseth2023-10-091-1/+1
* 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
* Reduce use of default values in parameter lists.Tor Egge2022-05-311-2/+2
* Factor out SingleStringEnumSearchContext from SingleStringAttribute.Tor Egge2022-04-021-4/+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
* - Make all use of comparator const.Henning Baldersheim2021-04-191-5/+4
* Add remap_index member function to IEnumStoreDictionary.Tor Egge2021-03-161-1/+1
* Remove the need for friend declarations.Henning Baldersheim2021-03-041-6/+2
* Remove friend declarations no longer needed.Henning Baldersheim2021-03-041-1/+0
* GC unused typeddefs and params.Henning Baldersheim2021-03-031-1/+0
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-2/+2
* Rename functions used to load posting lists.Geir Storli2019-09-041-6/+6
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-2/+2
* 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-36/+30
* 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/+4
* 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
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-6/+4
* 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-21/+15
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-2/+3
* PublishJon Bratseth2016-06-151-0/+127