aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search
Commit message (Collapse)AuthorAgeFilesLines
* Add workaround for handling of unary minus operator in combination with ↵Bjørn Christian Seime2023-06-271-1/+8
| | | | `Long.MIN_VALUE`
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-1/+2
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-2/+1
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-1/+2
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Enable prefix search validationJon Bratseth2023-06-161-2/+0
|
* Merge pull request #27382 from ↵Arne H Juul2023-06-136-63/+151
|\ | | | | | | | | vespa-engine/bratseth/validate-prefix-matching-take-2-alternative-ending Bratseth/validate prefix matching take 2 alternative ending
| * Move to SchemaInfoJon Bratseth2023-06-126-86/+151
| | | | | | | | | | | | | | Add the missing constructs to SchemaInfo to be able to use it in place of IndexFacts for validation, and rewrite QueryValidator to use it. The new validation (for prefix search on indexes) is disabled until this is verified, so this should be a no-op.
| * Revert "Revert "Validate prefix matching""Jon Bratseth2023-06-071-13/+36
| | | | | | | | This reverts commit 875018f7acb1bbd9f186b97d177be296ff157ba7.
* | Add serialization test for LoggerEntryLester Solbakken2023-06-121-0/+31
| |
* | Delete spooler file when entries sent successfullyHarald Musum2023-06-071-0/+29
|/
* Revert "Validate prefix matching"Harald Musum2023-06-061-36/+13
|
* Track failures and move file to failures path if more than max failuresHarald Musum2023-06-061-16/+83
|
* Validate prefix matchingJon Bratseth2023-06-051-13/+36
|
* 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
|
* 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 ↵Henning Baldersheim2023-04-182-5/+6
| | | | normal hits by using RawBase64.
* 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
|
* - Use CompoundName.fromHenning Baldersheim2023-03-291-2/+3
| | | | - Deprecate unused SubProperties
* 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
|
* 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
|
* Let weakand replacement operate on YQLJon Bratseth2023-02-271-3/+0
|
* Predict best case overhead during autoscalingJon Bratseth2023-02-181-10/+3
| | | | | | | | | | | Predicting worst case has the unavoidable consequence that we will conclude we cannot fulfill requested resources in the case where there are no resource ranges (only node count ranges), or where they are too narrow, and thus refrain from scaling down when we should. Instead, mostly predict the best case and let the ideal < 1 headroom absorb the deficiency in what we are actually allocated.
* Add string command to index info config.Tor Egge2023-02-151-14/+19
| | | | Use index info to validate fuzzy query terms.
* Support configuring BCP structureJon Bratseth2023-02-071-0/+5
|
* Add flag deciding if we should keep success filesHarald Musum2023-02-031-3/+16
| | | | flag is false by default
* Merge pull request #25774 from vespa-engine/bratseth/keep-synthetic-fieldsJon Bratseth2023-01-271-16/+22
|\ | | | | Keep synthetic fields
| * Keep synthetic fieldsJon Bratseth2023-01-271-16/+22
| |
* | Dealias nn fieldsJon Bratseth2023-01-272-10/+17
|/
* Validate rank profiles earlyJon Bratseth2023-01-254-21/+29
|
* Add query trace parameters for profiling backend query evaluation.Geir Storli2023-01-202-1/+39
| | | | | With this change, profiling of matching, first-phase ranking, and second-phase ranking can be tuned separately.
* Merge pull request #25589 from ↵Geir Storli2023-01-161-4/+15
|\ | | | | | | | | vespa-engine/toregge/relax-validation-of-nearest-neighbor-searcher Relax validation of nearest neighbor searcher (java).
| * Relax validation of nearest neighbor searcher (java).Tor Egge2023-01-161-4/+15
| | | | | | | | Relax validation of nearest neighbor iterator (C++).
* | Test direct renderingJon Bratseth2023-01-161-65/+161
| |
* | Support direct tensor renderingJon Bratseth2023-01-141-1/+1
|/
* 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-022-12/+7
|
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-022-7/+12
|
* Let list handling catch up with Java 17Henning Baldersheim2022-12-022-12/+7
|