aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/main/java/com/yahoo/vespavisit/VdsVisit.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Add a "null-rendering" option to `vespa-visit`Tor Brede Vekterli2023-03-061-0/+20
| | | | | | | | | | This makes it easy to benchmark whether document rendering is a bottleneck when visiting. For instance, large floating point tensor fields are notoriously expensive to render as JSON. This is more accurate than just redirecting the visit output to `/dev/null` as that still requires documents to be rendered before being evicted into the void.
* Backport visit slicing to `vespa-visit` CLI toolTor Brede Vekterli2023-03-011-10/+71
| | | | | | | | | | Allows for efficient parallelization across multiple visitor instances, mirroring the existing support in Document V1. Also clean up some legacy option value parsing code. Note: changing the parsed type for `maxtotalhits` from `int` to `long` is intentional; the internal limit is already a `long` and a cluster may have a lot more than `INT32_MAX` documents.
* Batch `vespa-visit` progress file updatesTor Brede Vekterli2023-02-241-14/+8
| | | | | Avoids writing and syncing to disk for every bucket updated. Instead, write every 10 seconds and at process shutdown.
* Add JSONL output support to `vespa-visit` CLI toolTor Brede Vekterli2023-02-231-17/+53
| | | | | JSONL output is enabled via new `--jsonl` argument. Mutually exclusive with `--jsonoutput` and (deprecated) `--xmloutput`.
* Deprecate xml methodsHenning Baldersheim2023-01-271-1/+1
|
* Support direct tensor renderingJon Bratseth2023-01-141-3/+17
|
* Rename short tensor output CLI optionTor Brede Vekterli2022-12-051-3/+3
| | | | | `tensor-short-form` -> `shorttensors` to be in line with existing option formatting.
* Add tensor short form output option to vespa-getTor Brede Vekterli2022-12-051-1/+1
|
* Add tensor short form output option to vespa-visit toolTor Brede Vekterli2022-12-051-1/+21
| | | | | | Specified with `--tensor-short-form`. No single-char option alias, as short form output will be the default on Vespa 9 and we're running out of usable option characters for this tool anyway.
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-1/+2
|
* use [document] not [all]Arne H Juul2022-06-081-1/+4
|
* 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.
* Remove undocumented parameter for deprecated featureTor Brede Vekterli2022-01-311-3/+0
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Fix linksJon Bratseth2021-02-151-1/+1
|
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-051-1/+1
| | | | This reverts commit 75b2e4c11ea6463c335f1c77dab3fdb5493e5600.
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-051-1/+1
|
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-041-1/+1
|
* Use just content cluster name as routeJon Marius Venstad2020-12-301-1/+1
|
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-301-1/+1
|
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-041-2/+3
|
* Improve error messagesJon Bratseth2020-04-131-10/+8
|
* Temporary quota checkingJon Bratseth2020-01-171-1/+1
|
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-091-11/+0
|
* remove "headersonly" command line option completelyArne Juul2019-03-151-2/+0
|
* remove non-working (?) optionsKristian Aune2019-02-061-15/+0
|
* Vespa, not VDSKristian Aune2019-02-051-1/+1
|
* remove or disable --headersonly flagArne Juul2019-01-211-2/+2
|
* Make Json default output format for vespaget and vespavisitBjørn Christian Seime2019-01-211-4/+3
| | | | - Also introduce --xmloutput parameter
* Update fieldsets doc linkYngve Aasheim2019-01-141-1/+1
|
* Add parathensis to make operator precedence explicitBjørn Christian Seime2018-10-151-1/+1
|
* Add --xmloutput to vespa-get + vespa-visitBjørn Christian Seime2018-10-151-2/+13
|
* Nonfunctional changes onlyJon Bratseth2018-10-051-9/+21
|
* Simplify by using String.format().Geir Storli2018-02-021-2/+2
|
* Define and use fixed bucket spaces in Java code.Geir Storli2018-02-021-1/+3
|
* Add and propagate visitor parameter bucket spaceTor Brede Vekterli2018-02-011-0/+12
| | | | Command line option for bucket space added to vespavisit binary.
* Revert "Geirst/add bucket space to document api"Harald Musum2018-01-301-12/+0
|
* Add and propagate visitor parameter bucket spaceTor Brede Vekterli2018-01-291-0/+12
| | | | Command line option for bucket space added to vespavisit binary.
* remove VDS mentionKristian Aune2017-10-051-1/+1
|
* Update doc linksJon Bratseth2017-08-111-1/+1
|
* Remove corp referencesJon Bratseth2017-08-081-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Rename binaries/scripts in vespaclient-java to use vespa- prefix.Geir Storli2017-06-121-3/+3
|
* Move vespaclient-java to Vespa open-sourceBjørn Christian Seime2017-06-061-0/+789