aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlenumericenumattribute.hpp
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Ensure that default value is present in enum store.Tor Egge2023-04-141-0/+4
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+1
* Remove unneeded include statements in searchlib.Tor Egge2022-04-071-2/+0
* Factor out SingleEnumSearchContext and SingleNumericEnumSearchContext fromTor Egge2022-04-011-45/+2
* Rename search::NumericAttribute::Equal to search::attribute::NumericMatcher.Tor Egge2022-03-301-1/+1
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-2/+2
* GC unused sort code and reduce code visibility.Henning Baldersheim2022-03-251-1/+0
* Use AtomicEntryRef in single value enumerated attribute for mappingTor Egge2022-03-071-1/+1
* Rename change data functions to reflect that an entry ref can be cached.Geir Storli2021-12-201-2/+2
* Eliminate Clang 12 warning about explicit qualification required to useTor Egge2021-10-271-2/+2
* No need to reserve space for arith operand for strings.Henning Baldersheim2021-10-221-2/+2
* Use the enum idx that has already been looked up and cached.Henning Baldersheim2021-10-141-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add an executor to the AttributeVector::load/onLoad interface so attributes c...Henning Baldersheim2021-08-121-1/+1
* - Use the enum batch updater directly. This avoids a temporary map and you ha...Henning Baldersheim2021-05-021-4/+6
* Sort unique values during load if needed.Tor Egge2021-04-081-0/+2
* Move functions used to open / load attribute vector data files to separate cl...Geir Storli2020-03-301-6/+7
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-1/+1
* Style changes and function renaming in enum store.Geir Storli2019-09-131-2/+2
* Rename functions and classes used when loading enum store.Geir Storli2019-09-041-3/+3
* Rename functions used to load posting lists.Geir Storli2019-09-041-2/+2
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-15/+7
* Rename fillEnumIdx() -> load_enumerated_data().Geir Storli2019-09-031-2/+2
* More use of auto, std::make_unique and range-based for loops.Geir Storli2019-08-221-15/+21
* Simplify how enum store is batch updated to prepare for new enum store.Geir Storli2019-08-211-2/+2
* 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
* Template code must be visible as we do not generate it explicit in this case.Henning Baldersheim2017-05-051-0/+1
* no virtual on override + optimize includes.Henning Baldersheim2017-04-261-0/+3
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-3/+0
* override and optimise includes.Henning Baldersheim2017-04-231-0/+3
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-1/+1
* Optimize includes.Henning Baldersheim2017-02-061-0/+1
* Use ensure_size and implement onAddDocs.Henning Baldersheim2017-01-231-0/+1
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-16/+46
* Factor out portion of loading of single value attribute from enumeratedTor Egge2016-11-161-2/+0
* PublishJon Bratseth2016-06-151-0/+172