summaryrefslogtreecommitdiffstats
path: root/processing/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'processing' module, now merged into container-core.gjoranv2021-02-1760-5480/+0
* Add package javadoc from the README filegjoranv2021-02-171-0/+12
* Stop using net.jcip.annotationsgjoranv2021-02-164-12/+4
* Add java source files from the chain module.gjoranv2021-02-1626-0/+1511
* Non-functional changesJon Bratseth2021-02-042-4/+2
* Warn not to cache thisJon Bratseth2021-02-031-0/+2
* Clean upJon Marius Venstad2021-01-101-1/+0
* Cache compound names generated during query profile compilationJon Marius Venstad2021-01-081-2/+2
* Generate all matching collections in one pass through the TrieJon Marius Venstad2021-01-081-0/+1
* Allow setting a request type explicitlyJon Bratseth2020-09-021-7/+3
* Skip logging only for IllegalInputExceptionJon Bratseth2020-08-183-32/+38
* Add support for serializing and compressing once, instead of once per backend...Henning Baldersheim2020-06-301-4/+2
* Take the cost construction time to keep usage cheap.Henning Baldersheim2020-05-261-14/+44
* Add query control of top-k-probability.Henning Baldersheim2020-04-151-2/+2
* Compute string on the flyJon Bratseth2020-04-141-44/+14
* Protect against nullHenning Baldersheim2020-03-041-1/+1
* Support clearing values in query profilesJon Bratseth2020-02-131-11/+61
* If debugging of SearchHandler is turned on, the 1k first request will have tr...Henning Baldersheim2020-02-111-2/+2
* Treat rank features as tensors (or doubles)Jon Bratseth2020-01-091-3/+3
* Allow old style select with query profile typesJon Bratseth2019-10-181-2/+2
* Use an immutable singleton until you really need a list. Then be explicit abo...Henning Baldersheim2019-06-141-2/+5
* Set correct size to avoid repeated resizing.Henning Baldersheim2019-06-031-1/+1
* Preserve federation structure in Result on timeoutJon Bratseth2019-05-071-4/+1
* Increase query timeoutJon Bratseth2019-03-081-1/+0
* Allow tracing objects so that we can nest json in trace output.Henning Baldersheim2019-03-061-0/+3
* Nonfunctional changes onlyJon Bratseth2019-02-011-1/+1
* Revert "Merge pull request #7094 from vespa-engine/revert-7070-bratseth/rank-...Jon Bratseth2018-09-251-15/+14
* Revert "Bratseth/rank type information 2"Arnstein Ressem2018-09-251-14/+15
* Nonfunctional changes onlyJon Bratseth2018-09-211-15/+14
* Nonfunctional changes onlyJon Bratseth2018-08-201-1/+1
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-051-1/+1
* 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 Long' with 'Long.valueOf'gjoranv2018-05-011-1/+1
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-1/+1
* Include Query model in listPropertiesJon Bratseth2018-04-262-2/+2
* Clear renderer hit groupsJon Bratseth2018-04-242-17/+26
* Update copyright headersJon Bratseth2017-06-1433-32/+33
* Revert "Update copyright headers"Jon Bratseth2017-06-1433-33/+32
* Update copyright headersJon Bratseth2017-06-1433-32/+33
* Revert "Copyright header"Jon Bratseth2017-06-1333-33/+32
* Copyright headerJon Bratseth2017-06-1333-32/+33
* Nonfunctional changesJon Bratseth2017-04-271-1/+1
* Support cloning of primitive arraysJon Bratseth2017-04-271-18/+42
* avoid or silence warningsArne H Juul2017-04-202-1/+3
* Update with class comments.Henning Baldersheim2017-02-131-0/+10
* Add back some public static methods to avoid api breakage, however unlikely.Henning Baldersheim2017-02-133-2/+9
* When code is duplicated is will only be fixed in one of the places.Henning Baldersheim2017-02-133-80/+94
* Avoid import of *Henning Baldersheim2017-02-091-1/+5