summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/handler/SearchHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-1/+2
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-2/+1
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-1/+2
* ignore warmup query when measuring latency and other metricsArne Juul2023-06-081-0/+1
* Unranked and 0 hitsjonmv2023-06-021-1/+4
* Reduce log level for failed warmup, and provide a nullInputStreamjonmv2023-06-021-2/+5
* 2s timeout for warmp queryjonmv2023-06-011-1/+1
* Fire a dummy query at end of search handler constructorjonmv2023-06-011-0/+12
* Scaling-duration cleanupJon Bratseth2023-05-241-3/+1
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-1/+1
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-291-2/+2
* Use ContainerMetrics enumYngve Aasheim2023-01-201-1/+2
* Reduce need to access getJDiscRequestHenning Baldersheim2022-11-291-1/+1
* Allow the illegall single quoted json.Henning Baldersheim2022-07-061-1/+0
* Avoid building full Slime AST when decoding json just to throw it all away wh...Henning Baldersheim2022-06-271-46/+8
* GC deprecated statistics moduleHenning Baldersheim2022-06-081-153/+0
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-05-041-2/+2
* Merge pull request #22201 from vespa-engine/bratseth/inputs-2Lester Solbakken2022-04-251-0/+1
|\
| * Resolve rank profile inputsJon Bratseth2022-04-211-0/+1
* | Set default max query itemsJon Bratseth2022-04-221-5/+1
|/
* Rename defaultEmbedderName to defaultEmbedderIdLester Solbakken2022-03-221-1/+1
* Add embedder selection argument to query parameter transformationLester Solbakken2022-03-211-6/+40
* Deprecate LoggingRequestHandler (replaced by ThreadedHttpReqHndlr)gjoranv2022-01-181-0/+1
* Keep LoggingRequestHandler as base class for public api handlers.gjoranv2022-01-171-2/+2
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-4/+2
* Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zon...Jon Bratseth2021-12-131-10/+45
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-101-45/+10
* Add zone info to query profile contextJon Bratseth2021-12-091-10/+45
* Cleanup: No functional changesJon Bratseth2021-11-301-5/+1
* GC old way of collection metrics and logging to file.Henning Baldersheim2021-11-051-68/+38
* A group hit is not meta since it contains result dataJon Bratseth2021-10-121-1/+1
* Add Executor to Execution.ContextJon Bratseth2021-10-081-8/+8
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* encode -> embedJon Bratseth2021-09-281-10/+10
* Encode tensors passed as encode(text)Jon Bratseth2021-09-201-2/+38
* Change metric name to 'jdisc.render.latency'Bjørn Christian Seime2021-07-121-1/+1
* Non-functional changes onlyJon Bratseth2021-07-101-3/+4
* Add metric for render latencyBjørn Christian Seime2021-07-011-1/+7
* Don't use raw type - specify type argumentsBjørn Christian Seime2021-07-011-4/+3
* Point to docJon Bratseth2021-06-031-4/+5
* More lazy debug log message generationJon Marius Venstad2021-04-281-1/+1
* Provide standard mappingMorten Tokle2021-04-221-17/+7
* Changes after reviewMorten Tokle2021-04-161-4/+6
* Custom acl mappingMorten Tokle2021-04-151-0/+25
* Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-10/+7
* Reduce chunksize from 1M to 4k to avoid going touching memory not needed for ...Henning Baldersheim2020-11-131-1/+2
* Set RequestType both waysJon Bratseth2020-10-091-4/+4
* Use OptionalJon Bratseth2020-10-071-1/+1
* Let handlers dedfine a default request typeJon Bratseth2020-10-011-3/+4
* Inject ContainerThreadPool to search handlerBjørn Christian Seime2020-09-141-8/+19