aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/single_raw_attribute.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add EmptySearchContext. Use it for SingleRawAttribute.Tor Egge2023-03-241-0/+1
* Report address space usage for raw attribute.Tor Egge2023-03-231-0/+1
* Factor out portion of SingleRawAttribute to RawAttribute.Tor Egge2023-03-211-4/+2
* Handle SingleRawAttribute in AttributeUpdater.Tor Egge2023-03-161-2/+3
* Handle single value raw attribute in attribute dfw.Tor Egge2023-03-101-0/+7
* Add saver and loader for SingleRawAttribute.Tor Egge2023-03-091-0/+2
* Add RawBufferStore.Tor Egge2023-03-071-8/+2
* Add RawBufferTypeMapper.Tor Egge2023-03-071-1/+2
* Allow sorting on raw attributes.Henning Baldersheim2023-03-071-0/+2
* Add class comment.Tor Egge2023-03-071-1/+4
* Add search::attribute::SingleRawAttribute.Tor Egge2023-03-061-0/+40