aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/yql
Commit message (Expand)AuthorAgeFilesLines
* Wire fuzzy prefix matching support through the query stackTor Brede Vekterli2024-04-192-9/+18
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-122-6/+6
* Searcher => BackendHenning Baldersheim2024-03-111-2/+1
* Verify we can replaceJon Bratseth2024-02-231-2/+0
* Add test of programmatic parsingJon Bratseth2024-01-031-0/+14
* Detect integer fields in fieldsets.Tor Egge2023-12-071-0/+7
* Update exception message when in operator is used with wrong field type.Tor Egge2023-11-301-1/+2
* Limit yql in operator to string and integer fields.Tor Egge2023-11-292-5/+12
* Add InItem to com.yahoo.prelude.query.Tor Egge2023-11-172-1/+99
* 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
* Let weakand replacement operate on YQLJon Bratseth2023-02-271-3/+0
* Predict best case overhead during autoscalingJon Bratseth2023-02-181-10/+3
* 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 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 vespa-engine/revert-24631-bratseth/ful...Jon Bratseth2022-10-291-1/+0
* 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 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 vespa-engine/revert-23581-userinput-do...Jon Bratseth2022-08-161-1/+32
* 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 vespa-engine/revert-23039-bratseth/wea...Jon Bratseth2022-06-103-25/+25
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-093-25/+25
* Revert "Merge pull request #23036 from vespa-engine/revert-23032-bratseth/wea...Jon Bratseth2022-06-093-25/+25
* 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