summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/yql/YqlParser.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test searching for backslashJon Bratseth2019-05-201-55/+21
* Add query traces when contains/matches will likely not work as expectedOlli Virtanen2019-05-161-18/+24
* Mark phrases as explicitJon Bratseth2019-04-261-0/+1
* Revert "Revert "Better heuristics for negative numbers""Jon Bratseth2019-04-081-1/+1
* Revert "Better heuristics for negative numbers"Harald Musum2019-04-081-1/+1
* Better heuristics for negative numbersJon Bratseth2019-04-051-1/+1
* Add BoolItemJon Bratseth2019-02-011-2/+5
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-141-7/+14
* Annotations should override exact matchingJon Bratseth2018-10-311-3/+3
* Look up correctly inside sameElementJon Bratseth2018-10-291-4/+6
* Respect the exact match settingJon Bratseth2018-10-291-3/+10
* Revert "Merge pull request #7409 from vespa-engine/revert-7380-bratseth/segme...Jon Bratseth2018-10-261-88/+35
* Revert "Bratseth/segment yql by default"Harald Musum2018-10-221-35/+88
* Segment 'contains' text by defaultJon Bratseth2018-10-191-68/+18
* Nonfunctional changes onlyJon Bratseth2018-10-191-22/+19
* Added parsing of Grouping from JSON to String. Now parsing grouping-parameter...Henrik2018-08-021-1/+1
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
* Allow nested fieldnames using '.' in yql.Henning Baldersheim2018-06-031-18/+26
* Support more than 'contains'. SameElement will only allow what it can handle.Henning Baldersheim2018-06-011-7/+30
* Remove the term aspect from SameElementItem.Henning Baldersheim2018-05-291-1/+1
* Add preliminary yql for sameElementHenning Baldersheim2018-05-251-1/+16
* Suppress parser output on stderrJon Bratseth2017-11-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Change NFKC normalization default to falseJon Bratseth2017-05-191-1/+3
* raw user input will be an forwarded as exact match.Henning Baldersheim2017-03-061-5/+9
* Allow language to be set and detected in concatenated YQL queriesJon Bratseth2016-09-261-57/+53
* Test YQL language detectionJon Bratseth2016-08-301-1/+0