summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* remove unused config variable with no effectArne Juul2022-08-291-3/+0
* Fastpast HashMap and HashSetJon Bratseth2022-08-261-3/+4
* Add back newlines in comment.Henning Baldersheim2022-08-252-0/+3
* No aliasing of trace.profileDepth.Henning Baldersheim2022-08-252-2/+2
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-2511-64/+52
* Use a continous function to avoid capping.Henning Baldersheim2022-08-232-16/+14
* Separate the notion of decaying cost from averageSearchTime, which is only ne...Henning Baldersheim2022-08-233-39/+41
* Cap sampleWeight at 50%Henning Baldersheim2022-08-222-5/+12
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-225-47/+183
* Use System.nanotTime instead of System.curretTimeMillis to get a steady clock...Henning Baldersheim2022-08-224-38/+42
* Use an enhanced switch to ensure all branches are covered.Henning Baldersheim2022-08-221-11/+6
* Test best-of-random-2Henning Baldersheim2022-08-212-1/+39
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-193-12/+74
* Apply defaultIndex to filters after parsingJon Bratseth2022-08-192-0/+40
* No defaultIndex in filterJon Bratseth2022-08-194-8/+75
* Correct variable nameJon Bratseth2022-08-171-2/+2
* Merge branch 'master' into bratseth/defaultIndex-in-stateJon Bratseth2022-08-172-3/+31
|\
| * CannonicalizeJon Bratseth2022-08-162-3/+30
| * Revert "Merge pull request #23669 from vespa-engine/revert-23581-userinput-do...Jon Bratseth2022-08-1610-19/+62
| * Revert "Added defaultIndex processing for userInput items parsing"Henning Baldersheim2022-08-1510-62/+19
* | Make defaultIndex part of parser stateJon Bratseth2022-08-1610-123/+96
* | 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-1510-19/+62
|\
| * added defaultIndex processing for userInput parsinganton kolhun2022-08-0510-19/+62
* | Merge pull request #23653 from vespa-engine/balder/various-code-healt-and-som...Harald Musum2022-08-131-2/+1
|\ \
| * | Add some tests from an old branch and some code cleanup.Henning Baldersheim2022-08-121-2/+1
* | | Add todo about possible optimisation, and cleanup code a bit.Henning Baldersheim2022-08-121-16/+14
|/ /
* | - Use CompoundName where possible.Henning Baldersheim2022-08-122-11/+23
* | Improve messages on type mismatchJon Bratseth2022-08-091-5/+7
|/
* Convert container-search to junit5Bjørn Christian Seime2022-07-28283-8649/+8638
* skip number ranges with empty rangeStart and non-numeric rangeEndanton kolhun2022-07-212-0/+10
* Update ABI specJon Bratseth2022-07-141-1/+3
* Carry over parameters when grouping from YQLJon Bratseth2022-07-145-25/+80
* 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
* Suppress warningsHarald Musum2022-07-072-8/+7
* Deprecate ConfigGetterHarald Musum2022-07-0710-63/+40
* Allow the illegall single quoted json.Henning Baldersheim2022-07-063-2/+7
* Test keySetHenning Baldersheim2022-07-021-0/+13
* Add test, faster size, and order primary/secondary as expected.Henning Baldersheim2022-07-023-2/+65
* 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-303-0/+46
* Rewrite to use native arrays instead of List<String> => Cpu cost cut in half.Henning Baldersheim2022-06-301-2/+2
* Join 2 testcases for CompoundName.Henning Baldersheim2022-06-291-3/+3
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-293-46/+0
* Simplify and improve encapsulationBjørn Christian Seime2022-06-281-7/+6
* Move ApplicationStatusHandler to container-discBjørn Christian Seime2022-06-283-0/+47