aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/load_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Simplify AttributeVector by moving out ValueModifier, EnumModifier and BaseName.Henning Baldersheim2022-05-271-4/+5
* Trim down search::multivalue::Value and search::multivalue::WeightedValue.Tor Egge2022-04-091-1/+2
* Use AtomicEntryRef in multivalue enum attributes.Tor Egge2022-03-081-1/+1
* Move utility code to atomic_utils namespace.Tor Egge2022-03-081-25/+2
* Use AtomicEntryRef in single value enumerated attribute for mappingTor Egge2022-03-071-1/+32
* 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-3/+0
* Sort unique values during load if needed.Tor Egge2021-04-081-0/+2
* Implement saving and loading of nearest neighbor index.Geir Storli2020-03-311-1/+3
* Use const reference to attribute vector.Geir Storli2020-03-301-10/+10
* Remove opening of udat file which is never used.Geir Storli2020-03-301-1/+0
* Move functions used to open / load attribute vector data files to separate cl...Geir Storli2020-03-301-6/+28
* 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-2/+3
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-0/+1
* Adjust comment.Tor Egge2016-11-161-1/+1
* Add function comment.Tor Egge2016-11-161-3/+6
* Factor out portion of loading of single value attribute from enumeratedTor Egge2016-11-161-0/+9
* Factor out main portion of multivalue mapping loader toTor Egge2016-11-161-0/+22