summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test/java/com/yahoo/document/restapi/resource/MockedOperationHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove old /document/v1 handlerJon Marius Venstad2020-11-031-82/+0
|
* - Removing body struct from our own usage.Henning Baldersheim2020-06-161-1/+1
| | | | | - Deprecate public methods using body struct. - Update expected generated config.
* Support `cluster` parameter for Document V1 Get operationsTor Brede Vekterli2019-07-191-2/+11
| | | | | | Makes point lookup cluster routing functionality equal to that of visiting operations. Especially useful as the difference between these is minimal when used via the Document V1 REST API.
* Eradicate warningsOlli Virtanen2019-05-101-1/+0
|
* Replace the multipurpose VespaXMLFeeder.Operation with more to the point ↵Henning Baldersheim2019-04-251-2/+3
| | | | classes with proper final members.
* Deprecating a whole lot of body/header related methods that should have been ↵Henning Baldersheim2018-10-311-0/+1
| | | | done a long time ago.
* Use hashmap for faster access.Henning Baldersheim2018-10-251-1/+1
|
* Support cross-document type visiting via /document/v1/ rootTor Brede Vekterli2018-10-091-1/+3
| | | | | | | | | | | | | | | | | Requires `cluster` to be set since we don't have a document type to auto-infer the target cluster from. Can use `bucketSpace` parameter to explicitly state the target bucket space to visit (if not given, implicitly visits the 'default' space). Note: since we are not bound to a single document type, the field set used is `[all]`, not `doctype:[document]`. This means that this does _not_ have parity with non-root Document V1 visitor requests, though it _does_ have parity with legacy `/visit` and `vespa-visit`. To have same behavior for a single document type, use an explicit document `selection=mydoctype` parameter combined with a `fieldSet` parameter of `mydoctype:[document]`. This fixes #5794
* Revert "Revert "Revert "Do not expose fieldupdates as a list. Hide ↵Henning Baldersheim2018-09-181-1/+1
| | | | implementation details ins…"""
* Revert "Revert "Do not expose fieldupdates as a list. Hide implementation ↵Henning Baldersheim2018-09-141-1/+1
| | | | details ins…""
* Revert "Do not expose fieldupdates as a list. Hide implementation details ↵Henning Baldersheim2018-09-141-1/+1
| | | | ins…"
* Add deprecation comments and some renaming.Henning Baldersheim2018-09-131-1/+1
|
* Avoid using deprecated code.Henning Baldersheim2018-09-111-1/+1
|
* Also support fieldSet for Document V1 get operationsTor Brede Vekterli2018-02-081-2/+9
| | | | Now has parity with visit operations and the legacy API.
* Add `fieldSet` and `concurrency` parameter support to Document V1 visiting APITor Brede Vekterli2018-01-311-1/+3
| | | | This fixes #4847
* Remove redundant identity transform of OptionalTor Brede Vekterli2017-09-281-1/+1
|
* Add wantedDocumentCount parameter to Document V1 visiting APITor Brede Vekterli2017-09-281-3/+5
| | | | | | | | | | | 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
* 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
|
* Extend APIs with condition-not-met.Haakon Dybdahl2017-03-061-1/+1
|
* Add route option, to be tested in system test.Haakon Dybdahl2017-02-271-3/+3
|
* PublishJon Bratseth2016-06-151-0/+59