summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Propagate match features to Hit in streaming search.Geir Storli2023-05-041-1/+20
* Use padded base64 encoding as that seems to be the most common format.Henning Baldersheim2023-05-022-5/+5
* move MatchFeatureData class to vespajlibArne Juul2023-04-271-100/+0
* Use timestamp from Jetty as creation time for Request/HttpRequestBjørn Christian Seime2023-04-271-13/+13
* Remove (SearchResult|DocumentSummary)(Command|Reply) storage and documentapi ...Tor Egge2023-04-211-19/+3
* All hit rendering of raw data use base64 encoding without paddingHenning Baldersheim2023-04-181-3/+3
* Consolidate rendering of raw data by using the same representation as in norm...Henning Baldersheim2023-04-182-5/+6
* Render raw results in grouping as base64 instead of stringHenning Baldersheim2023-04-171-27/+61
* No paddingHenning Baldersheim2023-04-172-4/+4
* Render raw values in grouping as base64.Henning Baldersheim2023-04-172-4/+4
* Revert "- HashMap over TreeMap when order des not matter."Bjørn Christian Seime2023-04-112-14/+9
* - Use CompoundName.fromHenning Baldersheim2023-03-291-2/+3
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-298-37/+34
* Stay with from.Henning Baldersheim2023-03-291-2/+2
* Test both with and without QueryProfileHenning Baldersheim2023-03-282-2/+10
* Add benchmark for construction of Query objectHenning Baldersheim2023-03-281-1/+28
* - HashMap over TreeMap when order des not matter.Henning Baldersheim2023-03-282-9/+14
* Avoid constructor with magic that is not understandableHenning Baldersheim2023-03-234-13/+14
* Add test showing behaviour when using 0Henning Baldersheim2023-03-221-0/+3
* It is enough to have a single document to verify that the corpus is OK.Henning Baldersheim2023-03-221-0/+9
* Make RawBase64 Comparable to avoid fallback to comparing toString().Henning Baldersheim2023-03-221-0/+43
* Merge pull request #26179 from vespa-engine/arnej/add-new-components-4Arne H Juul2023-02-281-0/+1
|\
| * add new components for global-phase handlingArne Juul2023-02-241-0/+1
* | Let weakand replacement operate on YQLJon Bratseth2023-02-271-3/+0
|/
* Predict best case overhead during autoscalingJon Bratseth2023-02-181-10/+3
* Add string command to index info config.Tor Egge2023-02-151-14/+19
* Support configuring BCP structureJon Bratseth2023-02-071-0/+5
* Add flag deciding if we should keep success filesHarald Musum2023-02-031-3/+16
* Merge pull request #25774 from vespa-engine/bratseth/keep-synthetic-fieldsJon Bratseth2023-01-271-16/+22
|\
| * Keep synthetic fieldsJon Bratseth2023-01-271-16/+22
* | Dealias nn fieldsJon Bratseth2023-01-273-11/+17
|/
* Validate rank profiles earlyJon Bratseth2023-01-254-21/+29
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-251-13/+11
* Move HandlersConfigurerTestWrapper to test scope.Henning Baldersheim2023-01-243-0/+219
* Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-202-1/+39
* Merge pull request #25589 from vespa-engine/toregge/relax-validation-of-neare...Geir Storli2023-01-161-4/+15
|\
| * Relax validation of nearest neighbor searcher (java).Tor Egge2023-01-161-4/+15
* | Test direct renderingJon Bratseth2023-01-161-65/+161
* | Support direct tensor renderingJon Bratseth2023-01-141-1/+1
|/
* Merge pull request #21773 from vespa-engine/jonmv/multi-range-item-2Henning Baldersheim2023-01-081-0/+298
|\
| * Serialise as a composite item for nowjonmv2022-10-261-0/+4
| * Handle dominated query pointsjonmv2022-10-261-1/+2
| * Separate handling of different number typesjonmv2022-10-261-63/+101
| * Rebase, change to JUnit5, update ABI specjonmv2022-10-261-4/+3
| * Add test that fails nowJon Marius Venstad2022-10-261-0/+256
* | Don't warn when 1 node is downJon Bratseth2022-12-293-0/+17
* | Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-2/+2
* | Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-2/+2
* | collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-2/+2
* | Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-027-53/+28