summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/yql/YqlParserTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade Antlr4 to 4.9.3Bjørn Christian Seime2021-12-141-3/+2
* Simplify by requiring only constants in maps and arrays at grammar levelJon Marius Venstad2021-12-141-1/+2
* Add unit test of query with missing escaping and unicode charBjørn Christian Seime2021-11-221-3/+9
* add TrueItemArne H Juul2021-10-211-1/+4
* add YQL parsing/serialization for FalseItemArne H Juul2021-10-201-0/+5
* Supply and use appropriate stub methodsJon Bratseth2021-10-101-4/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Change WAND to WEAKAND in debug output formatJon Bratseth2021-04-141-3/+3
* Merge pull request #17047 from vespa-engine/bratseth/dash-in-sourceJon Bratseth2021-03-191-0/+6
|\
| * Allow dash in ident as it is legal in source namesJon Bratseth2021-03-181-0/+6
* | Merge pull request #17054 from vespa-engine/bratseth/add-castJon Bratseth2021-03-191-0/+6
|\ \
| * | Add cast tokeyword listJon Bratseth2021-03-191-0/+6
| |/
* / Remove active queries metrics that are never setJon Bratseth2021-03-121-0/+6
|/
* Deprecate score-thresholdJon Bratseth2021-02-081-0/+1
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-3/+7
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-2/+2
* update unit tests from @bratsethArne Juul2020-08-101-0/+5
* Allow references when expecting numbersJon Bratseth2020-08-061-10/+8
* refactor and require unit for distanceArne Juul2020-07-151-4/+4
* test geoLocation parsing and generationArne Juul2020-07-151-0/+18
* use more descriptive namesArne Juul2020-07-061-3/+3
* update SelectParser and add targetHitsArne Juul2020-06-191-7/+7