aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test
Commit message (Expand)AuthorAgeFilesLines
* Handle array of string fields when converting the backend binary highlighting.Geir Storli2022-09-141-4/+16
* Simplify and unify the use of Timers.Henning Baldersheim2022-09-141-14/+3
* Factor out timeout and coverage handling to make the InterleavedSearchInvoker...Henning Baldersheim2022-09-141-8/+17
* soonActive => targetActiveHenning Baldersheim2022-09-093-4/+4
* Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-092-2/+2
* Add testsJon Bratseth2022-09-082-5/+27
* GC unused parameters.Henning Baldersheim2022-09-021-12/+10
* - Add fieldlist to docsum request.Henning Baldersheim2022-09-011-2/+3
* try harder to avoid disk accessArne Juul2022-09-011-0/+22
* Fastpast HashMap and HashSetJon Bratseth2022-08-261-3/+4
* 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-251-13/+17
* Use a continous function to avoid capping.Henning Baldersheim2022-08-231-12/+12
* Separate the notion of decaying cost from averageSearchTime, which is only ne...Henning Baldersheim2022-08-231-24/+24
* Cap sampleWeight at 50%Henning Baldersheim2022-08-221-4/+11
* - Refactor to allow for different decay method.Henning Baldersheim2022-08-221-20/+64
* Use System.nanotTime instead of System.curretTimeMillis to get a steady clock...Henning Baldersheim2022-08-221-21/+22
* Test best-of-random-2Henning Baldersheim2022-08-211-0/+38
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-191-4/+4
* Apply defaultIndex to filters after parsingJon Bratseth2022-08-191-0/+11
* No defaultIndex in filterJon Bratseth2022-08-191-0/+69
* Merge branch 'master' into bratseth/defaultIndex-in-stateJon Bratseth2022-08-171-3/+27
|\
| * CannonicalizeJon Bratseth2022-08-161-3/+27
| * Revert "Merge pull request #23669 from vespa-engine/revert-23581-userinput-do...Jon Bratseth2022-08-161-1/+32
| * Revert "Added defaultIndex processing for userInput items parsing"Henning Baldersheim2022-08-151-32/+1
* | Make defaultIndex part of parser stateJon Bratseth2022-08-161-1/+1
|/
* Merge pull request #23581 from akolhun/userinput-does-not-use-defaultIndex-wh...Jon Bratseth2022-08-151-1/+32
|\
| * added defaultIndex processing for userInput parsinganton kolhun2022-08-051-1/+32
* | Add some tests from an old branch and some code cleanup.Henning Baldersheim2022-08-121-2/+1
* | - Use CompoundName where possible.Henning Baldersheim2022-08-121-6/+15
|/
* Convert container-search to junit5Bjørn Christian Seime2022-07-28282-8644/+8614
* skip number ranges with empty rangeStart and non-numeric rangeEndanton kolhun2022-07-211-0/+9
* Carry over parameters when grouping from YQLJon Bratseth2022-07-142-3/+52
* Suppress warningsHarald Musum2022-07-072-8/+7
* Deprecate ConfigGetterHarald Musum2022-07-079-63/+39
* Allow the illegall single quoted json.Henning Baldersheim2022-07-061-0/+6
* Test keySetHenning Baldersheim2022-07-021-0/+13
* Add test, faster size, and order primary/secondary as expected.Henning Baldersheim2022-07-021-0/+53
* Join 2 testcases for CompoundName.Henning Baldersheim2022-06-291-3/+3
* Merge pull request #23255 from vespa-engine/bjorncs/stabilize-testBjørn Christian Seime2022-06-281-14/+15
|\
| * Ensure JsonRenderer is only used onceBjørn Christian Seime2022-06-281-14/+15
* | Reading in chunks instead of byte by byte is significantly faster.Henning Baldersheim2022-06-281-4/+27
* | Avoid building full Slime AST when decoding json just to throw it all away wh...Henning Baldersheim2022-06-272-5/+36
|/
* allow user to send long integers without suffixArne H Juul2022-06-271-0/+1
* Merge pull request #23140 from vespa-engine/bratseth/less-documentdbinfoJon Bratseth2022-06-164-34/+13
|\
| * Remove usage of documentdbinfo, apart from schema nameJon Bratseth2022-06-164-34/+13
* | Improve timeout logic for docsum/search invokersBjørn Christian Seime2022-06-161-3/+3
|/
* Merge pull request #23097 from vespa-engine/bratseth/traceJon Bratseth2022-06-158-100/+123
|\
| * Move explainLevel into query.traceJon Bratseth2022-06-141-1/+1
| * Turn tracing of the query on/off by trace.query=true/falseJon Bratseth2022-06-141-3/+31