aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/prelude/hitfield/RawBase64.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use padded base64 encoding as that seems to be the most common format.Henning Baldersheim2023-05-021-1/+1
* Skip padding of base64 encoded data.Henning Baldersheim2023-04-191-1/+2
* All hit rendering of raw data use base64 encoding without paddingHenning Baldersheim2023-04-181-8/+1
* Consolidate rendering of raw data by using the same representation as in norm...Henning Baldersheim2023-04-181-0/+18
* Render raw results in grouping as base64 instead of stringHenning Baldersheim2023-04-171-1/+8
* Make RawBase64 Comparable to avoid fallback to comparing toString().Henning Baldersheim2023-03-221-1/+7
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
* Prepare for raw fields to be presented as base64 encoded in summary.Henning Baldersheim2021-05-191-0/+18