summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/yql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary importJon Bratseth2019-09-201-1/+0
* Serialize int in SameItemJon Bratseth2019-09-201-4/+6
* default constructor must be empty as it is used in tests in other packages.Henning Baldersheim2019-09-081-1/+1
* Revert "Revert "Warmup yql""Henning Baldersheim2019-09-081-16/+47
* Revert "Warmup yql"Henning Baldersheim2019-09-081-47/+16
* Add comments and more clear error messages.Henning Baldersheim2019-09-061-3/+4
* Warmup yql.Henning Baldersheim2019-09-061-16/+46
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-294-35/+7
* Fix processing of timeout embedded in YQL queryOlli Virtanen2019-06-052-1/+6
* Support URI matching in YQLJon Bratseth2019-05-233-39/+111
* 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-012-7/+29
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-141-7/+14
* Add build() method to config buildersJon Bratseth2018-11-301-3/+0
* 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
* Clean issues/warnings reported in Eclipse IDEOlli Virtanen2018-08-301-1/+2
* Revert "Merge pull request #6582 from vespa-engine/revert-6557-revert-6553-re...Jon Bratseth2018-08-151-1/+1
* Revert "Revert "Revert "Added a object structure for GroupingRequest objects,...Henning Baldersheim2018-08-151-1/+1
* Fix Select and grouping bugsJon Bratseth2018-08-141-1/+1
* 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-052-2/+2
* No longer needed to prefix children of sameelement as backend now handles it ...Henning Baldersheim2018-06-041-3/+1
* Allow nested fieldnames using '.' in yql.Henning Baldersheim2018-06-031-18/+26