aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/multinumericenumattribute.hpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add helper functions to reduce code duplication.Tor Egge2023-07-041-8/+11
* Handle sorting on multivalue attributes.Tor Egge2023-07-041-0/+25
* Ensure that default value is present in enum store.Tor Egge2023-04-141-0/+4
* Use explicit instantiations of MultiValueNumericPostingAttribute andTor Egge2023-03-241-0/+1
* Use explicit instantiations of MultiValueEnumAttribute and MultiValueAttribute.Tor Egge2023-03-231-0/+1
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+1
* Rename Tag to MultiValueTag (nested class inside IMultiValueAttribute).Tor Egge2022-04-221-4/+4
* Add multi value read views that handles mapping from enumerated valueTor Egge2022-04-191-0/+16
* Remove unneeded include statements in searchlib.Tor Egge2022-04-071-2/+0
* 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-76/+2
* Rename search::NumericAttribute::Equal to search::attribute::NumericMatcher.Tor Egge2022-03-301-2/+2
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+1
* Hide Fast_BufferedFile better.Henning Baldersheim2022-01-271-1/+0
* 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
* 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-4/+5
* Move QueryTermSimple to separate h and cpp files.Geir Storli2019-11-281-1/+1
* 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/+8
* 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-20/+20
* = defaultHenning Baldersheim2018-12-061-3/+3
* Use std::make_xxxHenning Baldersheim2018-08-201-14/+9
* 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
* Optimize includes.Henning Baldersheim2017-02-061-2/+2
* Use ensure_size and implement onAddDocs.Henning Baldersheim2017-01-231-0/+2
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-6/+71
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-2/+4
* Factor out portion of loading of single value attribute from enumeratedTor Egge2016-11-161-2/+0
* PublishJon Bratseth2016-06-151-0/+145