aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Clarify semantics by better naming and correct code visibilityHenning Baldersheim2022-09-145-13/+17
* Handle array of string fields when converting the backend binary highlighting.Geir Storli2022-09-141-3/+45
* Simplify and unify the use of Timers.Henning Baldersheim2022-09-141-3/+1
* Factor out timeout and coverage handling to make the InterleavedSearchInvoker...Henning Baldersheim2022-09-146-122/+230
* Also log target-active docs.Henning Baldersheim2022-09-131-0/+2
* Merge pull request #24000 from vespa-engine/balder/propagate-target-active-docsHenning Baldersheim2022-09-108-34/+45
|\
| * Add target active docs to toStringHenning Baldersheim2022-09-091-2/+3
| * soonActive => targetActiveHenning Baldersheim2022-09-098-34/+44
| * Propagate target-active-docs in monitor reply.Henning Baldersheim2022-09-093-5/+5
* | Avoid multiple definitions of juniper::QueryItem.Tor Egge2022-09-101-1/+1
|/
* Apply aliases to sortspecJon Bratseth2022-09-083-27/+40
* Always dealias field referencesJon Bratseth2022-09-081-11/+20
* Use Java 17 constructsJon Bratseth2022-09-081-138/+84
* Send down summary-fields in present.Henning Baldersheim2022-09-021-5/+9
* GC unused parameters.Henning Baldersheim2022-09-021-19/+5
* - 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
* | Add 'model' config typeJon Bratseth2022-08-311-1/+1
|/
* 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