aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multinumericpostattribute.h
Commit message (Expand)AuthorAgeFilesLines
* Prepare for direct posting store integration for single value attributes.Geir Storli2023-12-121-19/+5
* Add function that maps an enum store index to its integer value.Geir Storli2023-12-081-5/+6
* Handle combination of both weight iterators and bitvectors in DirectMultiTerm...Geir Storli2023-11-301-1/+5
* Rename DocumentWeightIterator to DocidWithWeightIterator.Geir Storli2023-11-231-2/+2
* Rename IDocumentWeightAttribute to IDocidWithWeightPostingStore.Geir Storli2023-11-231-5/+6
* Rename PostingList to PostingStore to be more precise.Geir Storli2023-11-211-2/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "- Consolidate on isFilter.""Henning Baldersheim2023-07-191-0/+1
* Revert "- Consolidate on isFilter."Tor Egge2023-07-141-1/+0
* - Consolidate on isFilter.Henning Baldersheim2023-07-051-0/+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
* Enable bitvector iterators when using DirectAttributeBlueprint.Tor Egge2022-06-151-0/+1
* Remove search::multivalue::Value.Tor Egge2022-04-121-1/+1
* Factor out MultiNumericEnumSearchContext from MultiValueNumericEnumAttribute.Tor Egge2022-03-311-7/+1
* 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
* - Use a LookupKey to further delay data conversion until we know it is necess...Henning Baldersheim2021-03-291-1/+1
* Make nested DocumentWeightAttributeAdapter final.Tor Egge2020-08-281-6/+6
* Extend Document weight attribute interface to use dictionary snapshotTor Egge2020-08-281-1/+3
* 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
* Add interface for an enum store.Geir Storli2019-08-281-2/+2
* Change typedef -> using, and remove unused ones.Geir Storli2019-08-221-33/+32
* 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-11/+11
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-32/+13
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-041-2/+2
* PublishJon Bratseth2016-06-151-0/+133