aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multinumericpostattribute.hpp
Commit message (Expand)AuthorAgeFilesLines
* Support IDocidWithWeightPostingStore for more attribute data types.Geir Storli2024-01-241-1/+1
* Revert "Support IDocidWithWeightPostingStore for more attribute data types."Henning Baldersheim2024-01-221-1/+1
* Support IDocidWithWeightPostingStore for more attribute data types.Geir Storli2024-01-221-1/+1
* Prepare for direct posting store integration for single value attributes.Geir Storli2023-12-121-83/+2
* Add function that maps an enum store index to its integer value.Geir Storli2023-12-081-12/+19
* Handle combination of both weight iterators and bitvectors in DirectMultiTerm...Geir Storli2023-11-301-1/+8
* Rename DocumentWeightIterator to DocidWithWeightIterator.Geir Storli2023-11-231-2/+2
* Rename IDocumentWeightAttribute to IDocidWithWeightPostingStore.Geir Storli2023-11-231-13/+13
* Rename PostingList to PostingStore to be more precise.Geir Storli2023-11-211-11/+11
* Update copyrightJon Bratseth2023-10-091-1/+1
* Require non-filter attribute to enable dwa, as its support is incomplete.Henning Baldersheim2023-07-191-1/+1
* Revert "Revert "- Consolidate on isFilter.""Henning Baldersheim2023-07-191-3/+8
* Revert "- Consolidate on isFilter."Tor Egge2023-07-141-8/+3
* Revert "- Enable use of optimized DirectWeightedAttribute for all integer att...Tor Egge2023-07-111-1/+3
* Revert "Enable DirectWeightedAttribute optmization also for arrays."Henning Baldersheim2023-07-061-3/+4
* Enable DirectWeightedAttribute optmization also for arrays.Henning Baldersheim2023-07-061-4/+3
* - Enable use of optimized DirectWeightedAttribute for all integer attributes.Henning Baldersheim2023-07-051-3/+1
* - Consolidate on isFilter.Henning Baldersheim2023-07-051-3/+8
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-1/+1
* Use explicit instantiations of MultiValueNumericPostingAttribute andTor Egge2023-03-241-0/+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
* Enable bitvector iterators when using DirectAttributeBlueprint.Tor Egge2022-06-151-0/+7
* Fix typos in class comments. Rename get_read_view() to make_read_view().Tor Egge2022-04-061-1/+1
* Add MultiValueMappingReadView, used by readers to get limited read accessTor Egge2022-04-061-1/+2
* Factor out MultiNumericEnumSearchContext from MultiValueNumericEnumAttribute.Tor Egge2022-03-311-3/+4
* Use temporary search context to pass arguments to posting list search context.Tor Egge2022-03-311-6/+4
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-2/+2
* Calculate need for compaction when updating stats.Tor Egge2021-12-091-1/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Signal that we are using the default comaparator with no additional or muta...Henning Baldersheim2021-04-201-1/+1
* Merge pull request #17494 from vespa-engine/balder/various-comparator-cleanupHenning Baldersheim2021-04-201-3/+2
|\
| * - Make all use of comparator const.Henning Baldersheim2021-04-191-3/+2
* | Add consider_compact methods to posting store.Tor Egge2021-04-201-1/+1
|/
* - Based on feedback from callgrind and perf add hint about most likely branch...Henning Baldersheim2021-03-311-10/+11
* - Use a LookupKey to further delay data conversion until we know it is necess...Henning Baldersheim2021-03-291-4/+4
* Use IEnumStoreDictionary in IDocumentWeightAttribute implementations.Tor Egge2021-03-171-10/+7
* Convert comparator from being a simple comparator to using an explicit less m...Henning Baldersheim2021-03-091-1/+1
* Extend Document weight attribute interface to use dictionary snapshotTor Egge2020-08-281-4/+19
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-4/+4
* Style changes and function renaming in enum store.Geir Storli2019-09-131-2/+2
* Add unit tests for enum store loading and fix bug when loading from non-enume...Geir Storli2019-09-111-1/+1
* Reduce code duplication by letting enum store comparators inherit unique stor...Geir Storli2019-09-091-3/+3
* Change typedef -> using, and remove unused ones.Geir Storli2019-08-221-1/+1
* More use of auto, std::make_unique and range-based for loops.Geir Storli2019-08-221-3/+0
* Simplify how enum store is batch updated to prepare for new enum store.Geir Storli2019-08-211-2/+3
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1