aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/yql/YqlParserTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Update container-search/src/test/java/com/yahoo/search/yql/YqlParserTestCase....Jon Bratseth2024-05-161-1/+0
* Trace no stemming due to language=UNKNOWNJon Bratseth2024-05-121-2/+4
* Wire fuzzy prefix matching support through the query stackTor Brede Vekterli2024-04-191-9/+13
* 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-291-4/+9
* Add InItem to com.yahoo.prelude.query.Tor Egge2023-11-171-1/+79
* Update copyrightJon Bratseth2023-10-091-1/+1
* avoid going Double->String->ParsedDegreesArne Juul2023-07-311-0/+2
* 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
* Dealias nn fieldsJon Bratseth2023-01-271-4/+11
* Propagate targetHits in tokenizeJon Bratseth2022-11-021-6/+0
* 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
* No functional changesJon Bratseth2022-10-131-4/+15
* Add testsJon Bratseth2022-09-081-5/+9
* Convert container-search to junit5Bjørn Christian Seime2022-07-281-284/+282
* allow user to send long integers without suffixArne H Juul2022-06-271-0/+1
* Simplify YQL output: {}, not [{ }]Jon Bratseth2022-06-101-12/+12
* Revert "Merge pull request #23040 from vespa-engine/revert-23039-bratseth/wea...Jon Bratseth2022-06-101-5/+5
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-091-5/+5
* Revert "Merge pull request #23036 from vespa-engine/revert-23032-bratseth/wea...Jon Bratseth2022-06-091-5/+5
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-091-5/+5
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-091-5/+5
* No YQL semicolonJon Bratseth2022-06-081-7/+6
* Remove on Vespa 8Jon Bratseth2022-06-081-2/+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-071-2/+15
* Addressing comments + fixing testAlexey Chernyshev2022-03-231-3/+24
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-18/+7
* Add weakAnd grammar and parserJon Bratseth2022-01-091-18/+18
* Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-071-0/+1
|\
| * Support an external list of terms in term list operatorsJon Bratseth2022-01-051-0/+1
* | 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-221-60/+67
* Allow keywords as YQL properties without quotingJon Bratseth2021-12-211-4/+4
* Output YQL annotations without quotesJon Bratseth2021-12-211-4/+4
* Allow unquoted annotationsJon Bratseth2021-12-201-160/+166
* Don't require semicolon in YQL statementsJon Bratseth2021-12-201-76/+66