summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/java/com/yahoo/document
Commit message (Collapse)AuthorAgeFilesLines
* Treat document V1 API visiting timeouts with progress as successful (#2401)Tor Brede Vekterli2017-05-091-9/+26
| | | | | | | | | | | | | 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
|
* Extend APIs with condition-not-met.Haakon Dybdahl2017-03-064-33/+75
|
* Route is sticky, need to be set every time.Haakon Dybdahl2017-02-281-7/+6
|
* Merge pull request #1865 from yahoo/dybdahl/add-routeHaakon Dybdahl2017-02-273-9/+27
|\ | | | | Add route option, to be tested in system test.
| * Add route option, to be tested in system test.Haakon Dybdahl2017-02-273-9/+27
| |
* | Make visit work for numbers.Haakon Dybdahl2017-02-271-1/+6
| |
* | make it work.Haakon Dybdahl2017-02-271-1/+1
| |
* | Only return defined fieldset.Haakon Dybdahl2017-02-271-1/+2
|/
* Merge pull request #1608 from yahoo/dybdahl/threadsHenning Baldersheim2017-01-261-4/+12
|\ | | | | Make document API use max 40% of threads, and feeding use max 40%.
| * Make final.Haakon Dybdahl2017-01-261-2/+2
| |
| * Make document API use max 40% of threads, and feeding use max 40%.Haakon Dybdahl2017-01-261-3/+11
| |
* | Allow visiting based on group selection automatically.Haakon Dybdahl2017-01-261-6/+8
|/
* update testHaakon Dybdahl2017-01-241-1/+3
|
* Allow more threads for document/v1 api.Haakon Dybdahl2017-01-241-1/+1
|
* Ooof....Henning Baldersheim2017-01-161-7/+15
| | | | | - Must must concurrent resourcepool. - No point in using a resource pool when you never hand anything back ....
* Fix warningsHenning Baldersheim2017-01-131-2/+2
|
* Use a ResourcePool for SyncSession.Henning Baldersheim2017-01-131-16/+23
|
* Call destroy on sessions after use.Haakon Dybdahl2017-01-101-4/+27
|
* Whitespace changes onlyJon Bratseth2016-11-111-1/+2
|
* Support document-api in applicationJon Bratseth2016-09-281-3/+6
|
* Make constant.Haakon Dybdahl2016-09-141-2/+3
|
* Set correct content-type.Haakon Dybdahl2016-09-141-0/+4
|
* update author field.Haakon Dybdahl2016-06-176-7/+7
|
* PublishJon Bratseth2016-06-158-0/+799