summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/yql
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #20605 from vespa-engine/bratseth/output-unquoted-yql-anno...Jon Bratseth2021-12-211-50/+47
|\
| * Output YQL annotations without quotesJon Bratseth2021-12-211-50/+47
* | Remove 'module' remnantsJon Bratseth2021-12-203-11/+4
|/
* Allow unquoted annotationsJon Bratseth2021-12-201-3/+2
* Upgrade Antlr4 to 4.9.3Bjørn Christian Seime2021-12-141-5/+3
* Simplify by requiring only constants in maps and arrays at grammar levelJon Marius Venstad2021-12-141-39/+9
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-034-4/+4
* Prepare for upgrading antlr by using recommended approach for lowercasing.Henning Baldersheim2021-11-234-104/+97
* GC unused and deprecated codeHenning Baldersheim2021-11-223-48/+13
* Revert "antlr4 4.5 -> 4.9.3"Henning Baldersheim2021-11-221-12/+32
* Follow api changes and some minor cleanup.Henning Baldersheim2021-11-181-32/+12
* add TrueItemArne H Juul2021-10-212-1/+17
* add YQL parsing/serialization for FalseItemArne H Juul2021-10-202-5/+28
* Update 2017 copyright notices.gjoranv2021-10-0734-34/+34
* YQL programCompileExceptions are IllegalInputExceptionsJon Bratseth2021-09-211-22/+3
* Remove unsupported constructsJon Bratseth2021-03-291-8/+3
* Remove unsupported constructsJon Bratseth2021-03-291-390/+372
* Remove unsupported constructsJon Bratseth2021-03-291-75/+22
* Remove unsupported constructsJon Bratseth2021-03-291-158/+11
* Remove unsupported constructsJon Bratseth2021-03-291-5/+3
* Remove unsupported constructsJon Bratseth2021-03-291-3/+2
* Remove unsupported constructsJon Bratseth2021-03-291-16/+0
* Remove unsupported constructsJon Bratseth2021-03-291-212/+1
* Non-functional changes onlyJon Bratseth2021-02-211-2/+3
* Deprecate score-thresholdJon Bratseth2021-02-082-1/+3
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-082-1/+13
* Remove printStackTraceJon Bratseth2020-09-031-1/+0
* Allow varref in equivJon Bratseth2020-09-031-4/+6
* Continuation referencesJon Bratseth2020-09-033-15/+39
* Migrate IOThread testsJon Bratseth2020-09-011-4/+8
* Merge pull request #14077 from vespa-engine/bratseth/exceptionsJon Bratseth2020-08-185-32/+42
|\
| * Skip logging only for IllegalInputExceptionJon Bratseth2020-08-185-32/+42
* | avoid using message as format string directlyArne Juul2020-08-161-2/+2
|/
* Allow references when expecting numbersJon Bratseth2020-08-062-19/+29
* change DistanceParser API, mark as BetaArne Juul2020-07-151-3/+3
* avoid un-needed changeArne Juul2020-07-151-1/+1
* refactor and require unit for distanceArne Juul2020-07-151-9/+9
* SelectParser should import most of its constants from YqlParserArne Juul2020-07-151-57/+57
* test geoLocation parsing and generationArne Juul2020-07-152-6/+23
* minimal YQL supportArne Juul2020-07-152-1/+39
* update SelectParser and add targetHitsArne Juul2020-06-191-5/+18
* Nonfunctional changesJon Bratseth2020-05-081-2/+1
* update serializer and testArne Juul2020-03-021-3/+14
* extend NearestNeighborItemArne Juul2020-03-022-0/+15
* Avoid deprecation warningsHenning Baldersheim2019-12-191-1/+2
* updates after reviewArne Juul2019-11-191-1/+1
* add NearestNeighborItem with validationArne Juul2019-11-192-1/+48
* YQL parsing/serialization improvementsJon Bratseth2019-11-072-22/+56
* Nonfunctional changes onlyJon Bratseth2019-09-241-1/+1
* Use generics - no functional changeJon Bratseth2019-09-201-218/+209