aboutsummaryrefslogtreecommitdiffstats
path: root/processing/src
Commit message (Collapse)AuthorAgeFilesLines
* Support clearing values in query profilesJon Bratseth2020-02-131-11/+61
|
* If debugging of SearchHandler is turned on, the 1k first request will have ↵Henning Baldersheim2020-02-111-2/+2
| | | | | | trace and timing information. The 1k number is configurable in the container-http config.
* Treat rank features as tensors (or doubles)Jon Bratseth2020-01-091-3/+3
| | | | | | | | | | | | | | | | The purpose of this is to prepare to disallow rank feature strings (which can't be parsed to doubles or tensors) on Vespa 8. Currently, such strings will be converted to numbers by hashing them during evaluation, but this is not useful (as the hash can be computed before setting if desired), and leads to confusion when a feature is intended set from a tensor string but ends up as a hash due to missing type information in the configuration. Changes: - Parse numeric rank features into doubles as soon as possible - Deprecate the methods accessing rank features as strings - Allow double features to be accessible as tensors
* 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 ↵Henning Baldersheim2019-06-141-2/+5
| | | | about initial size.
* 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 ↵Jon Bratseth2018-09-251-15/+14
| | | | | | | vespa-engine/revert-7070-bratseth/rank-type-information-2" This reverts commit 0246064bbfb9657515f516e2fea12d593cd13016, reversing changes made to f627463a8100090ec109d27c3aeb439a3395a34f.
* 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
|
* Merge pull request #5758 from vespa-engine/gjoranv/java9-prep-05gjoranv2018-05-011-3/+3
|\ | | | | Gjoranv/java9 prep 05
| * 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
| |
* | Remove usage of junit.frameworkJon Bratseth2018-04-303-47/+65
|/
* Include Query model in listPropertiesJon Bratseth2018-04-262-2/+2
|
* Clear renderer hit groupsJon Bratseth2018-04-242-17/+26
| | | | | | | | | This allows us to stream more data than can fit in the container (across all concurrent queries), as rendered hits in completed groups can now be garbage collected. We can not deference the hit groups themselves as that entails modifying the parent list.
* Update copyright headersJon Bratseth2017-06-1450-49/+50
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1450-50/+49
|
* Update copyright headersJon Bratseth2017-06-1450-49/+50
|
* Revert "Copyright header"Jon Bratseth2017-06-1350-50/+49
|
* Copyright headerJon Bratseth2017-06-1350-49/+50
|
* Nonfunctional changesJon Bratseth2017-04-272-3/+1
|
* Support cloning of primitive arraysJon Bratseth2017-04-273-39/+83
|
* avoid or silence warningsArne H Juul2017-04-203-2/+5
|
* 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
| | | | | At least now the cloning magic is only present in one place. Shall we deprecate/deduplicate any of this processing/search code ?
* Avoid import of *Henning Baldersheim2017-02-091-1/+5
|
* Optimize objectclone with a general method cache and special handling of ↵Henning Baldersheim2017-02-091-8/+11
| | | | ArrayList
* sameThreadExecutor -> directExecutorJon Bratseth2016-07-044-4/+4
| | | | The former is deprecated and will be removed in "August 2016"
* Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-1724-25/+25
|\ | | | | Use github name in @author
| * Use github name in @authorJon Bratseth2016-06-1624-25/+25
| |
* | balder -> baldersheimHenning Baldersheim2016-06-171-1/+1
|/
* PublishJon Bratseth2016-06-1549-0/+5189