aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo
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
* Correct typoJon Bratseth2023-06-211-1/+1
|
* Non-functional changes onlyJon Bratseth2023-06-203-62/+67
|
* Enable prefix search validationJon Bratseth2023-06-161-2/+0
|
* Merge pull request #27382 from ↵Arne H Juul2023-06-1311-73/+160
|\ | | | | | | | | vespa-engine/bratseth/validate-prefix-matching-take-2-alternative-ending Bratseth/validate prefix matching take 2 alternative ending
| * Move to SchemaInfoJon Bratseth2023-06-1211-96/+160
| | | | | | | | | | | | | | 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
| |
* | Update and cleanup testHarald Musum2023-06-122-26/+29
| |
* | Revert "Hmusum/revert validate semantic rules"Harald Musum2023-06-111-1/+0
| |
* | Revert "Validate semantic rules when building config model"Harald Musum2023-06-101-0/+1
| | | | | | | | This reverts commit fa0044d92067bfe91a104d0a6bb6b085c0b9439e.
* | Validate semantic rules when building config modelHarald Musum2023-06-081-1/+0
| |
* | 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
|
* Test multiple emojisJon Bratseth2023-06-021-0/+3
|
* Test single emojiJon Bratseth2023-06-021-0/+6
|
* Protect against no stemsJon Bratseth2023-06-021-19/+14
|
* More testJon Bratseth2023-05-221-3/+3
|
* Always treat each symbol as a separate tokenJon Bratseth2023-05-221-1/+1
|
* Threat 'other symbols' as lettersJon Bratseth2023-05-221-0/+12
| | | | | The unicode class 'other symbols' contains emojis, math symbols, etc. Treat these as letter characters to support searching for them.
* 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
| | | | messages.
* 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
|
* Revert "- HashMap over TreeMap when order des not matter."Bjørn Christian Seime2023-04-112-14/+9
| | | | This reverts commit b1733875a7303d71abfe384da2d6589af742d779.
* - 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
|
* - HashMap over TreeMap when order des not matter.Henning Baldersheim2023-03-282-9/+14
| | | | | | - Avoid creating mutable maps when not necessary. - Moderize iteration for readability. - Unify on Set.of instead of Collections.emptySet.
* 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 handling
| * 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
| | | | | | | | | | | 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.