summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/yql
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support more than 'contains'. SameElement will only allow what it can handle.Henning Baldersheim2018-06-011-7/+30
* Due to stack representation we need to use fully qualified names over the wir...Henning Baldersheim2018-05-291-3/+4
* Remove the term aspect from SameElementItem.Henning Baldersheim2018-05-292-13/+6
* Add preliminary yql for sameElementHenning Baldersheim2018-05-252-160/+144
* Revert "Revert "Bratseth/allocation free hit field traversal""Jon Bratseth2018-05-111-6/+1
* Revert "Bratseth/allocation free hit field traversal"Jon Bratseth2018-05-111-1/+6
* Iterate over fields by callbackJon Bratseth2018-05-111-6/+1
* Revert "Revert "Bratseth/lazy summary decoding""Jon Bratseth2018-05-081-2/+2
* Revert "Bratseth/lazy summary decoding"Jon Bratseth2018-05-071-2/+2
* Lazy summary decodingJon Bratseth2018-05-041-2/+2
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-3/+3
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-3/+3
* Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-011-1/+1
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-2/+2
* Optimize importsJon Bratseth2017-11-141-8/+0
* Suppress parser output on stderrJon Bratseth2017-11-143-6/+20
* Nonfunctional changes onlyJon Bratseth2017-09-112-8/+7
* Update copyright headersJon Bratseth2017-06-1434-34/+34
* Revert "Update copyright headers"Jon Bratseth2017-06-1434-34/+34
* Update copyright headersJon Bratseth2017-06-1434-34/+34
* Revert "Copyright header"Jon Bratseth2017-06-1334-34/+34
* Copyright headerJon Bratseth2017-06-1334-34/+34
* Change NFKC normalization default to falseJon Bratseth2017-05-191-1/+3
* Don't fall throughJon Bratseth2017-04-261-5/+3