summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* Separate the notion of decaying cost from averageSearchTime, which is only ne...Henning Baldersheim2022-08-232-15/+17
* Cap sampleWeight at 50%Henning Baldersheim2022-08-221-1/+1
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-224-27/+119
* Use System.nanotTime instead of System.curretTimeMillis to get a steady clock...Henning Baldersheim2022-08-223-17/+20
* Use an enhanced switch to ensure all branches are covered.Henning Baldersheim2022-08-221-11/+6
* Test best-of-random-2Henning Baldersheim2022-08-211-1/+1
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-192-8/+70
* Apply defaultIndex to filters after parsingJon Bratseth2022-08-191-0/+29
* No defaultIndex in filterJon Bratseth2022-08-193-8/+6
* Correct variable nameJon Bratseth2022-08-171-2/+2
* Merge branch 'master' into bratseth/defaultIndex-in-stateJon Bratseth2022-08-171-0/+4
|\
| * CannonicalizeJon Bratseth2022-08-161-0/+3
| * Revert "Merge pull request #23669 from vespa-engine/revert-23581-userinput-do...Jon Bratseth2022-08-169-18/+30
| * Revert "Added defaultIndex processing for userInput items parsing"Henning Baldersheim2022-08-159-30/+18
* | Make defaultIndex part of parser stateJon Bratseth2022-08-169-122/+95
* | Cleanup onlyJon Bratseth2022-08-151-7/+3
* | Cleanup onlyJon Bratseth2022-08-1513-65/+85
|/
* Merge pull request #23581 from akolhun/userinput-does-not-use-defaultIndex-wh...Jon Bratseth2022-08-159-18/+30
|\
| * added defaultIndex processing for userInput parsinganton kolhun2022-08-059-18/+30
* | Add todo about possible optimisation, and cleanup code a bit.Henning Baldersheim2022-08-121-16/+14
* | - Use CompoundName where possible.Henning Baldersheim2022-08-121-5/+8
* | Improve messages on type mismatchJon Bratseth2022-08-091-5/+7
|/
* skip number ranges with empty rangeStart and non-numeric rangeEndanton kolhun2022-07-211-0/+1
* Carry over parameters when grouping from YQLJon Bratseth2022-07-143-22/+28
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-123-7/+7
* Revert "Do not claim that you have asked nodes that were in a known failed st...Henning Baldersheim2022-07-081-0/+3
* Do not claim that you have asked nodes that were in a known failed state.Henning Baldersheim2022-07-081-3/+0
* Deprecate ConfigGetterHarald Musum2022-07-071-0/+1
* Allow the illegall single quoted json.Henning Baldersheim2022-07-062-2/+1
* Add test, faster size, and order primary/secondary as expected.Henning Baldersheim2022-07-022-2/+12
* Avoid map creationJon Bratseth2022-07-022-7/+98
* Only log when entering or leaving the balanced state.Henning Baldersheim2022-06-301-1/+1
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-302-0/+40
* Rewrite to use native arrays instead of List<String> => Cpu cost cut in half.Henning Baldersheim2022-06-301-2/+2
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-292-40/+0
* Simplify and improve encapsulationBjørn Christian Seime2022-06-281-7/+6
* Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-282-0/+41
* Avoid building full Slime AST when decoding json just to throw it all away wh...Henning Baldersheim2022-06-272-46/+89
* Merge pull request #23238 from vespa-engine/balder/use-fixed-map-if-context-i...Henning Baldersheim2022-06-273-4/+3
|\
| * If the context map is empty just return the defaultHenning Baldersheim2022-06-243-4/+3
* | allow user to send long integers without suffixArne H Juul2022-06-271-1/+7
|/
* Use already defined stringsHenning Baldersheim2022-06-241-3/+3
* If it already has all keys there is no need to create a new hashmap.Henning Baldersheim2022-06-241-3/+7
* Precompute a zone context to avoid always having to compute them on the fly.Henning Baldersheim2022-06-241-1/+9
* Merge pull request #23128 from vespa-engine/bratseth/default-short-form-harderJon Bratseth2022-06-162-3/+5
|\
| * Default to tensor short form more placesJon Bratseth2022-06-162-3/+5
* | Merge pull request #23140 from vespa-engine/bratseth/less-documentdbinfoJon Bratseth2022-06-165-89/+47
|\ \
| * | Remove usage of documentdbinfo, apart from schema nameJon Bratseth2022-06-165-89/+47
| |/
* | Improve error message on early timeoutBjørn Christian Seime2022-06-162-2/+2
* | Fail-fast if already timed out before RPC invokeBjørn Christian Seime2022-06-164-8/+39