aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/load_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use std::filesystem::is_directory and std::filesystem::existsTor Egge2023-07-201-1/+2
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+1
* Remove search::multivalue::Value.Tor Egge2022-04-121-2/+1
* Move multivalue.h from searchlib to searchcommon.Geir Storli2022-03-291-1/+1
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-4/+4
* Move utility code to atomic_utils namespace.Tor Egge2022-03-081-3/+3
* Use AtomicEntryRef in single value enumerated attribute for mappingTor Egge2022-03-071-4/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Change loading of nearest neighbor index to use direct I/O instead of mmapping.Geir Storli2021-09-151-2/+0
* Sort unique values during load if needed.Tor Egge2021-04-081-3/+3
* Implement saving and loading of nearest neighbor index.Geir Storli2020-03-311-5/+14
* Use const reference to attribute vector.Geir Storli2020-03-301-9/+9
* Remove opening of udat file which is never used.Geir Storli2020-03-301-6/+0
* Move functions used to open / load attribute vector data files to separate cl...Geir Storli2020-03-301-4/+68
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-2/+2
* Add interface for an enum store.Geir Storli2019-08-281-1/+1
* 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
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-3/+3
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-1/+1
* Rename MultiValueMapping2 to MultiValueMapping.Tor Egge2016-12-141-3/+3
* Remove references to old multivalue mapping.Tor Egge2016-11-251-5/+0
* Remove fillMapped method from old multi value mapping.Tor Egge2016-11-161-2/+7
* Add function comment.Tor Egge2016-11-161-1/+1
* Factor out portion of loading of single value attribute from enumeratedTor Egge2016-11-161-3/+6
* Factor out main portion of multivalue mapping loader toTor Egge2016-11-161-0/+41