summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/yql
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-098-8/+8
|
* avoid going Double->String->ParsedDegreesArne Juul2023-07-311-0/+2
|
* Move to SchemaInfoJon Bratseth2023-06-121-1/+1
| | | | | | | 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.
* 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.
* Support configuring BCP structureJon Bratseth2023-02-071-0/+5
|
* 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-271-4/+11
|/
* Propagate targetHits in tokenizeJon Bratseth2022-11-022-7/+6
|
* Test with no trafficJon Bratseth2022-11-011-0/+6
|
* Revert "Merge pull request #24645 from ↵Jon Bratseth2022-10-291-1/+0
| | | | | | | vespa-engine/revert-24631-bratseth/fully-specified" This reverts commit e4d472469b151b6279b9f93bf535b7486bb717f6, reversing changes made to 83905f5559e99a08ace73484fae34e36369942cb.
* Revert "Bratseth/fully specified"Jon Bratseth2022-10-281-0/+1
|
* Return effective not declared min and max resourcesJon Bratseth2022-10-281-1/+0
|
* Add a testJon Bratseth2022-10-191-0/+8
|
* Merge pull request #24429 from vespa-engine/bratseth/propagate-targetHitsJon Bratseth2022-10-131-0/+12
|\ | | | | Propagate targetHits
| * Propagate targetHitsJon Bratseth2022-10-131-0/+12
| |
* | No functional changesJon Bratseth2022-10-131-4/+15
|/
* Add testsJon Bratseth2022-09-081-5/+9
|
* try harder to avoid disk accessArne Juul2022-09-011-0/+22
|
* Revert "Merge pull request #23669 from ↵Jon Bratseth2022-08-161-1/+32
| | | | | | | vespa-engine/revert-23581-userinput-does-not-use-defaultIndex-while-resolving-indexableitem" This reverts commit d8a38777428495670078d23cd86863829ca8018d, reversing changes made to aa89c25d0ed2e8b0390ef62c6e55feecdd4c7815.
* Revert "Added defaultIndex processing for userInput items parsing"Henning Baldersheim2022-08-151-32/+1
|
* added defaultIndex processing for userInput parsinganton kolhun2022-08-051-1/+32
|
* Convert container-search to junit5Bjørn Christian Seime2022-07-288-511/+501
|
* skip number ranges with empty rangeStart and non-numeric rangeEndanton kolhun2022-07-211-0/+9
|
* Carry over parameters when grouping from YQLJon Bratseth2022-07-141-0/+32
|
* allow user to send long integers without suffixArne H Juul2022-06-271-0/+1
|
* Remove usage of documentdbinfo, apart from schema nameJon Bratseth2022-06-161-32/+12
|
* Simplify YQL output: {}, not [{ }]Jon Bratseth2022-06-104-87/+87
|
* Revert "Merge pull request #23040 from ↵Jon Bratseth2022-06-103-25/+25
| | | | | | | vespa-engine/revert-23039-bratseth/weakand-by-default-take-2" This reverts commit 4b3adbb89f52bb20f2f220fcf1480673cae0881d, reversing changes made to d204179b218af2fdf4b251ede3a465ffabbf6557.
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-093-25/+25
|
* Revert "Merge pull request #23036 from ↵Jon Bratseth2022-06-093-25/+25
| | | | | | | vespa-engine/revert-23032-bratseth/weakand-by-default" This reverts commit 1b00635b293901abaef45aca022647c01e840b6b, reversing changes made to 0fd0ba6d04f642095e35ff828e6d7ee334a4bdb8.
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-093-25/+25
|
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-093-25/+25
|
* No YQL semicolonJon Bratseth2022-06-084-38/+37
|
* Remove on Vespa 8Jon Bratseth2022-06-082-5/+1
|
* Add a constant classJon Bratseth2022-05-101-7/+1
|
* Addressed PR commentsAlexey Chernyshev2022-04-111-2/+2
|
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-072-2/+20
|
* Addressing comments + fixing testAlexey Chernyshev2022-03-231-3/+24
|
* Introducing fuzzy searchAlexey Chernyshev2022-03-232-18/+13
|
* deprecate Execution.fillAttributes()Arne H Juul2022-01-201-7/+9
| | | | | | | * we want to make some slight changes here for Vespa 8, and hopefully get rid of this completely for Vespa 9. Prepare for this by marking the old method (and public constant) as deprecated, and explain what should be used instead.
* Add weakAnd grammar and parserJon Bratseth2022-01-093-23/+61
|
* Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-074-2/+128
|\ | | | | Support an external list of terms in term list operators
| * Support an external list of terms in term list operatorsJon Bratseth2022-01-054-2/+128
| |
* | Skip a TRUE positive in toString()Jon Bratseth2022-01-061-2/+2
| |
* | Allow negative terms only in YQLJon Bratseth2022-01-061-3/+9
| |
* | Default positive in NotItem to TRUE instead of nullJon Bratseth2022-01-061-0/+6
|/
* Avoid deprecated APIsJon Bratseth2022-01-031-0/+7
|
* Don't require *both* curly and square brackets around annotationsJon Bratseth2021-12-222-63/+70
|