summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4873 from ↵Tor Brede Vekterli2018-02-016-19/+178
|\ | | | | | | | | vespa-engine/vekterli/add-fieldset-and-concurrency-support-to-document-v1-visiting-api Add fieldset and concurrency support to document v1 visiting api
| * Refactor extraction of visit parameters from HTTP request parametersTor Brede Vekterli2018-01-311-29/+42
| |
| * Add `fieldSet` and `concurrency` parameter support to Document V1 visiting APITor Brede Vekterli2018-01-316-14/+160
| | | | | | | | This fixes #4847
* | Correctly export generated bucket space config classTor Brede Vekterli2018-02-011-6/+0
| |
* | WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-02-012-0/+6
| |
* | Update bucket space error codeTor Brede Vekterli2018-02-011-1/+1
| |
* | WIP for auto-deducing bucket space based on doctype for document V1 APITor Brede Vekterli2018-02-014-23/+141
|/
* Revert "Geirst/add bucket space to document api"Harald Musum2018-01-305-142/+24
|
* Correctly export generated bucket space config classTor Brede Vekterli2018-01-291-6/+0
|
* WIP for adding bucket space to stat-related messages in JavaTor Brede Vekterli2018-01-292-0/+6
|
* Update bucket space error codeTor Brede Vekterli2018-01-291-1/+1
|
* WIP for auto-deducing bucket space based on doctype for document V1 APITor Brede Vekterli2018-01-294-23/+141
|
* Adjust expected remaining time since timeout is now dynamically adjusted.Henning Baldersheim2018-01-251-5/+7
|
* Adjust expected remaining time since timeout is now dynamically adjusted.Henning Baldersheim2018-01-251-6/+8
|
* The http parameter &totaltimeout can be used to control the overall timeout.Henning Baldersheim2018-01-251-1/+49
| | | | | | If both timeouts are given the lower of the computed and the given &timeout is used per message. Setting &totaltimeout to a negative value enables a fixed timeout given to each message. This mimics todays broken behavior.
* use LoggingRequestHandler.Context in constructorsArne Juul2018-01-059-23/+37
| | | | | * this implicitly wires in a Metric, allowing handler invocations to be measured in the ThreadedRequestHandler superclass.
* add jdisc Metric wiringArne Juul2017-12-145-8/+17
| | | | rename metric (will be tagged as a "container" metric anyway)
* 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.
* Merge pull request #3573 from ↵Tor Brede Vekterli2017-09-296-41/+146
|\ | | | | | | | | vespa-engine/vekterli/add-wanted-document-count-parameter-to-document-v1-visiting-api Add wantedDocumentCount parameter to Document V1 visiting API
| * Remove redundant identity transform of OptionalTor Brede Vekterli2017-09-281-1/+1
| |
| * Add wantedDocumentCount parameter to Document V1 visiting APITor Brede Vekterli2017-09-286-41/+146
| | | | | | | | | | | | | | | | | | | | | | Visiting will continue until the provided number of documents has been returned, or the session times out. Parameter is bounded by an implementation defined maximum. Remove old visit() interface method, as it should not have been covered by an ExportPackage and therefore no one should have managed to actually use it externally. This fixes #3394
* | Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
|/
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+2
|
* use HostName.getLocalhostArne Juul2017-09-081-8/+2
|
* More precise timeout semantics in Javadoc, deprecate SyncSession default ctorBjørn Christian Seime2017-08-211-1/+1
|
* Only require 1 document hit before returning to clientTor Brede Vekterli2017-06-191-1/+1
|
* Update copyright headersJon Bratseth2017-06-1483-81/+83
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1483-83/+81
|
* Update copyright headersJon Bratseth2017-06-1483-81/+83
|
* Remove carriage returnJon Bratseth2017-06-1415-15/+15
|
* Revert "Copyright header"Jon Bratseth2017-06-1383-98/+96
|
* Copyright headerJon Bratseth2017-06-1383-96/+98
|
* Url decode groupname in document/v1valerijf2017-06-062-3/+19
|
* use standard formatting for Override annotationArne H Juul2017-05-301-1/+2
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+1
|
* Code review fixesvalerijf2017-05-128-41/+44
|
* Arch. review fixesvalerijf2017-05-114-8/+8
|
* Fix testsvalerijf2017-05-118-9/+18
|
* Update feed metrics in vespa.http.servervalerijf2017-05-113-11/+28
|
* Set DocumentOperationType in ReplyContextvalerijf2017-05-114-15/+20
|
* Report feed metrics against /document/v1valerijf2017-05-112-22/+52
|
* Created helper classes to collect feed metricsvalerijf2017-05-113-0/+112
|
* Treat document V1 API visiting timeouts with progress as successful (#2401)Tor Brede Vekterli2017-05-092-14/+114
| | | | | | | | | | | | | Previously, using a visitor with a selection that did not match any buckets visited during the session's lifetime would trigger a timeout error to the client and abort the visiting. With this change, we special case timeouts if they have successfully visited at least 1 bucket and return a successful response for these. The client can then use the updated continuation token for its subsequent request and continue from where the timed out session left off. The timeout special cased handling is done _outside_ the session and control handler to avoid increasing session-internal complexity, and since not all visitor use cases want this behavior (e.g. streaming search).
* Reduce document to fieldset defined in get (already done for visiting).Haakon Dybdahl2017-04-051-1/+1
|
* Improvements based on code review.Haakon Dybdahl2017-03-091-1/+1
|