summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Bump full removal of priorities to Vespa 9Tor Brede Vekterli2022-06-082-7/+7
| | | | | Streaming search still uses this to ensure low latencies, and we don't have a replacement for priorities for this use case yet.
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-081-2/+2
| | | | Also remove deprecated and unsupported header-only visitor parameter
* use [document] not [all]Arne H Juul2022-06-081-2/+1
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-082-25/+1
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* Deprecate load types from Java APIsTor Brede Vekterli2022-04-051-2/+1
| | | | | | | | | | | Load types have not been used in practice for years, and supporting them in backend metrics etc. has long since been lacking. Prepare for removing these on Vespa 8. Most callsites are unchanged, aside from presumed safe changes such as constructors used by dependency injection. Have added new overloads without load types where these did not already exist to allow for an orderly transition.
* Deprecate DocumentAPI methods using explicit operation priorityTor Brede Vekterli2022-04-012-3/+6
| | | | | This is functionality that made more sense when we had spinning drives and no async write scheduling in the backend. Going away on Vespa 8.
* add special DocumentOnly fieldset in Java as wellArne H Juul2022-02-151-0/+2
| | | | | | * should have same behavior in Java and C++ * extend unit tests to verify * note various places where we want to change the default on Vespa 8 branch
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-213-0/+3
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0710-10/+10
|
* Use "[Content:cluster=...]" for routes instead of (only-sometimes-)generated ↵Jon Marius Venstad2021-01-052-3/+3
| | | | -direct route
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-052-12/+12
| | | | This reverts commit 75b2e4c11ea6463c335f1c77dab3fdb5493e5600.
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-052-12/+12
|
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-042-3/+3
|
* Use just content cluster name as routeJon Marius Venstad2020-12-302-3/+3
|
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-302-12/+12
|
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-043-11/+21
|
* Remove the unused [header] and [body] fieldsets to simplify backend ↵Henning Baldersheim2020-08-041-1/+1
| | | | optimization during get.
* Improve error messagesJon Bratseth2020-04-131-1/+3
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-183-28/+10
|
* doc: -> id:Henning Baldersheim2019-08-161-3/+3
|
* doc: -> id:Henning Baldersheim2019-08-161-3/+3
|
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-1/+0
|
* FeederConfig is only used internally for legcy vespa-feeder. => GCHenning Baldersheim2019-04-291-1/+1
|
* GC unused configHenning Baldersheim2019-04-291-2/+0
|
* Remove dependency to unmaintained metrics library and stuff only used for ↵Henning Baldersheim2019-04-231-1/+1
| | | | /feed api.
* Avoid '*' imports.Henning Baldersheim2019-04-201-7/+9
| | | | Some minor cleanup while reading code.
* remove "headersonly" command line option completelyArne Juul2019-03-151-7/+0
|
* remove non-working (?) optionsKristian Aune2019-02-061-25/+0
|
* Revert "Revert "Generate default-get route for document retrievals""Olli Virtanen2019-02-011-2/+2
|
* Revert "Generate default-get route for document retrievals"Olli Virtanen2019-01-311-2/+2
|
* Generate default-get route for document retrievalsOlli Virtanen2019-01-311-2/+2
|
* fix test to not use (removed) "-e" optionArne Juul2019-01-211-2/+2
|
* remove or disable --headersonly flagArne Juul2019-01-211-16/+3
|
* Adjust command line parsing for vespa-get to handle priority names.Tor Egge2018-11-051-0/+12
|
* Add support for using more than 1 sender thread.Henning Baldersheim2018-10-231-0/+8
|
* Print missing '[' for json when receiving no documentsBjørn Christian Seime2018-10-181-0/+12
|
* Add copyrightBjørn Christian Seime2018-10-181-0/+1
|
* Fix bug where ']' is printed when listing ids only with json enabledBjørn Christian Seime2018-10-181-0/+39
| | | | - Include unit test
* Set route on send session instead of individual messagesTor Brede Vekterli2018-05-231-6/+3
| | | | | | Session route is "default" unless otherwise specified, which overrides per-message routes. This means that the route parameter has not worked as expected.
* Use new junit APIJon Bratseth2018-05-042-8/+10
|
* Make vespa-stat use bucketSpace.Tor Egge2018-02-062-10/+12
|
* Define and use fixed bucket spaces in Java code.Geir Storli2018-02-021-1/+0
|
* WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-02-011-0/+11
|
* Add and propagate visitor parameter bucket spaceTor Brede Vekterli2018-02-011-2/+4
| | | | Command line option for bucket space added to vespavisit binary.
* Revert "Geirst/add bucket space to document api"Harald Musum2018-01-302-15/+2
|
* WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-01-291-0/+11
|
* Add and propagate visitor parameter bucket spaceTor Brede Vekterli2018-01-291-2/+4
| | | | Command line option for bucket space added to vespavisit binary.
* Update copyright headersJon Bratseth2017-06-1410-10/+10
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1410-10/+10
|