aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-121-1/+2
| | | | magic conversions.
* Bump full removal of priorities to Vespa 9Tor Brede Vekterli2022-06-081-2/+2
| | | | | 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-1/+1
| | | | Also remove deprecated and unsupported header-only visitor parameter
* use [document] not [all]Arne H Juul2022-06-082-5/+6
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-085-61/+5
| | | | | | | 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-056-9/+21
| | | | | | | | | | | 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-011-1/+2
| | | | | 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-2/+5
| | | | | | * 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
* Remove undocumented parameter for deprecated featureTor Brede Vekterli2022-01-311-3/+0
|
* Update 2017 copyright notices.gjoranv2021-10-0725-25/+25
|
* turn up the logging levelArne Juul2021-04-212-1/+8
| | | | | | | * these tools are also in the category where users will consider any INFO level message noise. Since they don't use the vespa LogSetup, just increase the threshold programmatically.
* Fix linksJon Bratseth2021-02-152-2/+2
|
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-052-2/+2
| | | | This reverts commit 75b2e4c11ea6463c335f1c77dab3fdb5493e5600.
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-052-2/+2
|
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-042-2/+2
|
* Use just content cluster name as routeJon Marius Venstad2020-12-302-2/+2
|
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-302-2/+2
|
* Merge pull request #13985 from vespa-engine/balder/minor-fieldset-cleanupJon Bratseth2020-08-052-5/+8
|\ | | | | Balder/minor fieldset cleanup
| * Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-042-5/+8
| |
* | Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+1
|/
* SpareCapacityMaintainer sketchJon Bratseth2020-06-121-19/+14
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-252-2/+2
|
* Improve error messagesJon Bratseth2020-04-131-10/+8
|
* Since resolving instances are error phrone we need to do it once.Henning Baldersheim2020-03-081-5/+21
|
* Temporary quota checkingJon Bratseth2020-01-171-1/+1
|
* Non-functional changesJon Bratseth2020-01-062-1/+4
|
* Less unusable options.Henning Baldersheim2019-09-301-5/+1
|
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-091-11/+0
|
* Reapply what got lost during merge.Henning Baldersheim2019-04-291-4/+0
|
* Merge branch 'master' into balder/gc-some-unused-optionsHenning Baldersheim2019-04-291-0/+4
|\
| * Revert "GC some options that are not used."Harald Musum2019-04-291-0/+4
| |
* | FeederConfig is only used internally for legcy vespa-feeder. => GCHenning Baldersheim2019-04-291-4/+0
|/
* GC some options that are not used.Henning Baldersheim2019-04-281-4/+0
|
* Some more cleanup.Henning Baldersheim2019-04-231-13/+8
|
* Remove dependency to unmaintained metrics library and stuff only used for ↵Henning Baldersheim2019-04-232-107/+30
| | | | /feed api.
* Avoid '*' imports.Henning Baldersheim2019-04-201-15/+15
| | | | Some minor cleanup while reading code.
* Merge pull request #9134 from vespa-engine/balder/control-number-of-feed-threadsBjørn Christian Seime2019-04-151-1/+0
|\ | | | | Add control for number of feed threads.
| * Add control for number of feed threads.Henning Baldersheim2019-04-151-1/+0
| |
* | Revert "Balder/skip the messenger thread"Henning Baldersheim2019-04-141-1/+1
|/
* Add control for if you want to use mbus threas for compression/encoding or ↵Henning Baldersheim2019-04-141-1/+1
| | | | your own.
* Use a modifiable list.Henning Baldersheim2019-04-131-1/+2
|
* Use atomic and synchronized sections to do proper accounting of replies. And ↵Henning Baldersheim2019-04-131-29/+24
| | | | some geenral code health.
* Guard metrics and GC unused codeHenning Baldersheim2019-04-121-5/+1
|
* remove "headersonly" command line option completelyArne Juul2019-03-152-12/+0
|
* Increase timeoutJon Bratseth2019-03-141-2/+1
|
* remove non-working (?) optionsKristian Aune2019-02-061-15/+0
|
* Vespa, not VDSKristian Aune2019-02-051-1/+1
|
* Revert "Revert "Generate default-get route for document retrievals""Olli Virtanen2019-02-011-1/+1
|