aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-012-1/+6
* Merge pull request #23893 from vespa-engine/arnej/optimize-field-fillerJon Bratseth2022-09-011-13/+16
|\
| * try harder to avoid disk accessArne Juul2022-09-011-13/+16
* | Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-011-1/+1
|\ \ | |/ |/|
| * Add 'model' config typeJon Bratseth2022-08-311-1/+1
* | remove unused config variable with no effectArne Juul2022-08-291-3/+0
|/
* Add back newlines in comment.Henning Baldersheim2022-08-252-0/+3
* No aliasing of trace.profileDepth.Henning Baldersheim2022-08-251-1/+1
* Wire in query parameter profileDepth to control how deep down in the depency ...Henning Baldersheim2022-08-259-51/+32
* Use a continous function to avoid capping.Henning Baldersheim2022-08-231-4/+2
* 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