aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/yql/YqlParser.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* avoid going Double->String->ParsedDegreesArne Juul2023-07-311-2/+21
* Dealias nn fieldsJon Bratseth2023-01-271-1/+1
* Propagate targetHits in tokenizeJon Bratseth2022-11-021-3/+4
* Add a test and rename a private methodJon Bratseth2022-10-251-3/+3
* Merge pull request #24429 from vespa-engine/bratseth/propagate-targetHitsJon Bratseth2022-10-131-5/+11
|\
| * Propagate targetHitsJon Bratseth2022-10-131-5/+11
* | No functional changesJon Bratseth2022-10-131-2/+0
|/
* Always dealias field referencesJon Bratseth2022-09-081-11/+20
* Use Java 17 constructsJon Bratseth2022-09-081-138/+84
* Add todo about possible optimisation, and cleanup code a bit.Henning Baldersheim2022-08-121-16/+14
* Revert "Merge pull request #23040 from vespa-engine/revert-23039-bratseth/wea...Jon Bratseth2022-06-101-2/+2
* Revert "Bratseth/weakand by default take 2"Harald Musum2022-06-091-2/+2
* Revert "Merge pull request #23036 from vespa-engine/revert-23032-bratseth/wea...Jon Bratseth2022-06-091-2/+2
* Revert "Change user query default from ALL to WEAKAND on Vespa 8"Håkon Hallingstad2022-06-091-2/+2
* Change user query default from ALL to WEAKAND on Vespa 8Jon Bratseth2022-06-091-2/+2
* Remove on Vespa 8Jon Bratseth2022-06-081-5/+0
* Addressed PR commentsAlexey Chernyshev2022-04-111-2/+2
* Propagating annotations for fuzzy queryAlexey Chernyshev2022-04-071-1/+20
* Addressing comments + fixing testAlexey Chernyshev2022-03-231-2/+43
* Introducing fuzzy searchAlexey Chernyshev2022-03-231-43/+16
* Update ABI specJon Bratseth2022-02-231-1/+0
* cosmetic fix to error messageArne H Juul2022-02-031-1/+1
* Merge pull request #20665 from vespa-engine/bratseth/termlistJon Bratseth2022-01-071-5/+7
|\
| * Support an external list of terms in term list operatorsJon Bratseth2022-01-051-5/+7
* | Allow negative terms only in YQLJon Bratseth2022-01-061-5/+11
|/
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-031-1/+1
* add TrueItemArne H Juul2021-10-211-1/+5
* add YQL parsing/serialization for FalseItemArne H Juul2021-10-201-5/+16
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Deprecate score-thresholdJon Bratseth2021-02-081-0/+1
* add distanceThreshold option for nearestNeighbor operatorArne Juul2021-01-081-0/+6
* Allow varref in equivJon Bratseth2020-09-031-4/+6
* Continuation referencesJon Bratseth2020-09-031-4/+25
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-5/+6
* Allow references when expecting numbersJon Bratseth2020-08-061-17/+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-151-3/+17
* minimal YQL supportArne Juul2020-07-151-1/+19
* update SelectParser and add targetHitsArne Juul2020-06-191-5/+18
* extend NearestNeighborItemArne Juul2020-03-021-0/+10
* add NearestNeighborItem with validationArne Juul2019-11-191-1/+23
* YQL parsing/serialization improvementsJon Bratseth2019-11-071-15/+32
* Nonfunctional changes onlyJon Bratseth2019-09-241-1/+1
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-26/+5
* Fix processing of timeout embedded in YQL queryOlli Virtanen2019-06-051-1/+1
* Support URI matching in YQLJon Bratseth2019-05-231-36/+63