aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/numericbase.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-2/+2
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-3/+0
* Rename search::NumericAttribute::Equal to search::attribute::NumericMatcher.Tor Egge2022-03-301-62/+0
* Reduce code visibility by reducing includes not needed.Henning Baldersheim2022-03-101-1/+0
* Include only what is needed.Henning Baldersheim2021-10-291-1/+0
* 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
* GC unused codeHenning Baldersheim2020-01-021-6/+2
* Remove unused functions.Geir Storli2019-09-041-2/+0
* Rename functions used to load posting lists.Geir Storli2019-09-041-1/+1
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-4/+4
* Rename fillEnumIdx() -> load_enumerated_data().Geir Storli2019-09-031-3/+3
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-1/+1
* Add interface for an enum store.Geir Storli2019-08-281-3/+3
* 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
* no virtual on override + optimize includes.Henning Baldersheim2017-04-261-7/+5
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-5/+7
* Some cleanup after major rebase.Henning Baldersheim2017-04-231-7/+4
* override and optimise includes.Henning Baldersheim2017-04-231-1/+2
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-53/+13
* Factor out portion of loading of single value attribute from enumeratedTor Egge2016-11-161-2/+0
* PublishJon Bratseth2016-06-151-0/+147