summaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Collapse)AuthorAgeFilesLines
* Nonfunctional changes onlyJon Bratseth2020-04-152-34/+31
|
* Use xxhash for most out hashing. It is significantly better quality hash.Henning Baldersheim2020-03-271-0/+0
| | | | From 0.7.3 is is also significantly faster.
* - Avoid adding empty traces that you need to carry on.Henning Baldersheim2020-03-242-4/+2
| | | | | - Avoid copying shared pointers when not necessary. - Some c++11 improvements.
* Revert "Revert "Since the most important aspect our use of hash maps/sets is ↵Henning Baldersheim2020-03-201-0/+0
| | | | for spee…""
* Revert "Since the most important aspect our use of hash maps/sets is for ↵Harald Musum2020-03-201-0/+0
| | | | spee…"
* Merge pull request #12646 from ↵Henning Baldersheim2020-03-201-0/+0
|\ | | | | | | | | vespa-engine/balder/make-default-hashing-use-2N-and-instead-of-prime-mod Since the most important aspect our use of hash maps/sets is for spee…
| * Ordering in tests chnages when hashing changes.Henning Baldersheim2020-03-201-0/+0
| |
* | Reserve space for vector.Henning Baldersheim2020-03-202-8/+6
|/ | | | Varoius code cleanup for c++11.
* Remove unused private member variables.Tor Egge2020-01-242-6/+4
|
* Use a single chunkHenning Baldersheim2020-01-231-2/+2
|
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
|
* Unify and factor out common code.Henning Baldersheim2020-01-212-8/+15
|
* Make it known that getting serialized size will always be expensive.Henning Baldersheim2020-01-202-19/+14
|
* GC a load of unused code. ByteBuffer towards read only.Henning Baldersheim2020-01-206-106/+49
|
* Unify towards nbostreamHenning Baldersheim2020-01-162-25/+20
|
* Non-functional changes onlyJon Bratseth2020-01-103-8/+8
|
* Merge branch 'master' into ↵Henning Baldersheim2019-12-053-6/+9
|\ | | | | | | balder/use-duration-in-messagebus-and-storageapi-rebased-1
| * FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-043-6/+9
| | | | | | | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* | timeout as durationHenning Baldersheim2019-12-044-45/+51
|/ | | | | Conflicts: messagebus/src/vespa/messagebus/testlib/testserver.cpp
* Use timeouts typed with unit.Henning Baldersheim2019-11-201-2/+4
|
* Remove unused codeHenning Baldersheim2019-11-011-1/+0
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-182-13/+13
|
* Update abi.Henning Baldersheim2019-09-301-22/+0
|
* Less unusable options.Henning Baldersheim2019-09-302-213/+0
|
* Cleanup - no functional changesJon Bratseth2019-09-201-75/+49
|
* Re-enable subset of dusty old StoragePolicy simulation testsTor Brede Vekterli2019-09-131-0/+17
|
* Handle edges when cached StoragePolicy cluster state has no distributorsTor Brede Vekterli2019-09-132-4/+38
| | | | | * Avoid division by zero in `getRandomTargetSpec()` * Ensure policy context is set when `NoDistributorsAvailableException` is thrown
* Update to require atleast vespa 6 version.Henning Baldersheim2019-08-211-19/+23
|
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-212-18/+1
|
* Remove DocIdString outside of documentHenning Baldersheim2019-08-191-6/+4
|
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
|
* Update routing config instead of expected result.Henning Baldersheim2019-08-161-2/+2
|
* Update routing config instead of expected result.Henning Baldersheim2019-08-161-2/+2
|
* Update testsHenning Baldersheim2019-08-161-3/+3
|
* Update tests since id: locks document type.Henning Baldersheim2019-08-161-4/+4
|
* Update java expected files.Henning Baldersheim2019-08-166-4/+4
|
* Update expected lengthHenning Baldersheim2019-08-167-43/+43
|
* doc: -> id:Henning Baldersheim2019-08-164-38/+38
|
* doc: -> id:Henning Baldersheim2019-08-161-9/+9
|
* doc: -> id:Henning Baldersheim2019-08-166-56/+56
|
* Follow up from review comments.Henning Baldersheim2019-08-151-1/+1
|
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-0911-49/+12
|
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-0912-72/+8
|
* Rename constant dimensionsJon Bratseth2019-07-282-12/+12
|
* Add short circuit evaluation to the selection engine in java for AND and OR.Henning Baldersheim2019-07-221-1/+0
|
* Add failing test for missing short-circuit of and.Henning Baldersheim2019-07-221-5/+32
|
* Only implicitly override routes for Get operations if the non-Get routeTor Brede Vekterli2019-07-191-1/+9
| | | | | is the default one. Otherwise we can't override the route used for Gets with the current API functionality.
* Nonfunctional changes onlyJon Bratseth2019-06-281-26/+9
|
* Increase timeout in async testJon Bratseth2019-06-182-15/+14
|
* Revert "Revert "Require constant() for large constants and fix a type ↵Jon Bratseth2019-06-131-1/+1
| | | | resolving bug""