aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/single_raw_attribute.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce max type id for raw buffer store.Tor Egge2023-06-271-9/+1
* Add EmptySearchContext. Use it for SingleRawAttribute.Tor Egge2023-03-241-0/+7
* Report address space usage for raw attribute.Tor Egge2023-03-231-0/+7
* Factor out portion of SingleRawAttribute to RawAttribute.Tor Egge2023-03-211-37/+1
* 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/+20
* Add RawBufferStore.Tor Egge2023-03-071-50/+10
* Adjust variable names.Tor Egge2023-03-071-4/+4
* Add RawBufferTypeMapper.Tor Egge2023-03-071-2/+10
* Allow sorting on raw attributes.Henning Baldersheim2023-03-071-0/+36
* Add search::attribute::SingleRawAttribute.Tor Egge2023-03-061-0/+170