aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlenumericpostattribute.hpp
Commit message (Expand)AuthorAgeFilesLines
* Support IDocidWithWeightPostingStore for more attribute data types.Geir Storli2024-01-241-12/+1
* Revert "Support IDocidWithWeightPostingStore for more attribute data types."Henning Baldersheim2024-01-221-1/+12
* Support IDocidWithWeightPostingStore for more attribute data types.Geir Storli2024-01-221-12/+1
* Support direct posting store API for single integer attributes.Geir Storli2023-12-131-3/+26
* Rename PostingList to PostingStore to be more precise.Geir Storli2023-11-211-4/+4
* Update copyrightJon Bratseth2023-10-091-1/+1
* Check target attribute lid range.Tor Egge2023-04-251-1/+2
* Use default value ref from enum store to handle CLEARDOC.Tor Egge2023-04-181-7/+1
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-1/+1
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-3/+3
* Rename onGenerationChange() -> before_inc_generation() and change parameter t...Geir Storli2022-10-121-3/+3
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Factor out SingleEnumSearchContext and SingleNumericEnumSearchContext fromTor Egge2022-04-011-2/+4
* Use temporary search context to pass arguments to posting list search context.Tor Egge2022-03-311-1/+2
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+1
* Use AtomicEntryRef in single value enumerated attribute for mappingTor Egge2022-03-071-2/+2
* Optimize handling of CLEARDOC updates by caching the entry ref for the defaul...Geir Storli2021-12-201-0/+4
* Rename change data functions to reflect that an entry ref can be cached.Geir Storli2021-12-201-2/+2
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-1/+2
* - GC unused getFloatFromEnum and getIntFromEnum.Henning Baldersheim2021-10-291-2/+3
* Eliminate Clang 12 warning about explicit qualification required to useTor Egge2021-10-271-1/+1
* No need to reserve space for arith operand for strings.Henning Baldersheim2021-10-221-1/+1
* Use the enum idx that has already been looked up and cached.Henning Baldersheim2021-10-141-1/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-031-1/+1
* - Signal that we are using the default comaparator with no additional or muta...Henning Baldersheim2021-04-201-5/+4
* Merge pull request #17494 from vespa-engine/balder/various-comparator-cleanupHenning Baldersheim2021-04-201-4/+2
|\
| * - Make all use of comparator const.Henning Baldersheim2021-04-191-4/+2
* | Add consider_compact methods to posting store.Tor Egge2021-04-201-1/+1
|/
* Add remap_index member function to IEnumStoreDictionary.Tor Egge2021-03-161-4/+3
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* std::make_sharedHenning Baldersheim2020-03-051-7/+5
* Style changes and function renaming in enum store.Geir Storli2019-09-131-4/+4
* Reduce code duplication by letting enum store comparators inherit unique stor...Geir Storli2019-09-091-3/+3
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-1/+1
* More use of auto, std::make_unique and range-based for loops.Geir Storli2019-08-221-20/+17
* Simplify how enum store is batch updated to prepare for new enum store.Geir Storli2019-08-211-2/+2
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+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
* PublishJon Bratseth2016-06-151-0/+153