summaryrefslogtreecommitdiffstats
path: root/processing
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Update copyright headersJon Bratseth2017-06-1451-50/+51
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1451-51/+50
|
* Update copyright headersJon Bratseth2017-06-1451-50/+51
|
* Revert "Copyright header"Jon Bratseth2017-06-1351-51/+50
|
* Copyright headerJon Bratseth2017-06-1351-50/+51
|
* Nonfunctional changesJon Bratseth2017-04-272-3/+1
|
* Support cloning of primitive arraysJon Bratseth2017-04-273-39/+83
|
* disallow some warningsArne H Juul2017-04-251-0/+16
|
* 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
* Add/improve README'sJon Bratseth2017-01-191-0/+10
|
* sameThreadExecutor -> directExecutorJon Bratseth2016-07-044-4/+4
| | | | The former is deprecated and will be removed in "August 2016"
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* 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-1552-0/+5234