summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/result
Commit message (Collapse)AuthorAgeFilesLines
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-077-7/+7
|
* Always create value map if invokedJon Bratseth2020-09-031-4/+6
|
* Optimize for looking up values that are presentJon Bratseth2020-09-021-0/+6
| | | | | | At the cost of always attempting to decode a nonexisting value we can skip the containsKey lookup, making double lookups in FeatureData about 50% faster and on par with HashMap.
* Decode onceJon Bratseth2020-09-011-0/+2
|
* Decode tensor summary featuresJon Bratseth2019-06-151-0/+52
|
* Add coverage info to access logHenning Baldersheim2019-03-121-0/+16
|
* Render single value position as object to match how top-level position ↵Geir Storli2019-01-211-30/+30
| | | | fields are rendered.
* Remove template supportJon Bratseth2019-01-211-174/+0
|
* Remove HTTP searchersJon Bratseth2019-01-211-35/+0
|
* handle array of position objects if we get itArne Juul2018-12-171-0/+55
|
* Fix testsJon Bratseth2018-10-161-2/+2
|
* Avoid deprecated methodJon Bratseth2018-10-161-16/+16
|
* Avoid deprecated classesJon Bratseth2018-10-161-41/+0
|
* Revert "Revert "Simplify and correct isFilled""Jon Bratseth2018-10-141-0/+37
|
* Revert "Simplify and correct isFilled"Jon Bratseth2018-10-141-37/+0
|
* Simplify and correct isFilledJon Bratseth2018-10-121-0/+37
|
* Deprecated more of the Hit APIJon Bratseth2018-04-301-10/+0
|
* Remove usage of junit.frameworkJon Bratseth2018-04-175-8/+45
|
* DisambiguateJon Bratseth2017-09-121-25/+14
|
* Clean up error message handlingJon Bratseth2017-09-121-4/+42
|
* Make it possible to clear errors of a HitGroupJon Bratseth2017-09-111-1/+37
| | | | | | This also pulls errors from the query in the case where new errors are added before the list of errors are inspected. This may break something, but the old behavior was inconsistent.
* Update copyright headersJon Bratseth2017-06-149-9/+9
|
* Revert "Update copyright headers"Jon Bratseth2017-06-149-9/+9
|
* Update copyright headersJon Bratseth2017-06-149-9/+9
|
* Revert "Copyright header"Jon Bratseth2017-06-139-9/+9
|
* Copyright headerJon Bratseth2017-06-139-9/+9
|
* Use github name in @authorJon Bratseth2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-159-0/+889